Html Css Color HEX #72A36E Amulet

📋 copy color: '#72A36E'

red 114 ◦ green 163 ◦ blue 110

#72A36E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #72A36E

Tints of Amulet #72A36E

RGB

 RED value IS 114 (44.92% from 255) = 29.46%

 GREEN value IS 163 (64.06% from 255) = 42.12%

 BLUE value IS 110 (43.36% from 255) = 28.42%

R = 29.46%
G = 42.12%
B = 28.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#72A36E (or 0x72A36E) is known color: Amulet. HEX triplet: 72, A3 and 6E. RGB value is (114,163,110). Sum of RGB (Red+Green+Blue) = 114+163+110=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #72A36E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A36E is #8D5C91. Grayscale: #8E8E8E. Windows color (decimal): -9264274 or 7250802. OLE color: 7250802.

HSL color Cylindrical-coordinate representation of color #72A36E: hue angle of 115.47º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72A36E is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 163 110 -
CMYK 0.30 0 0.33 0.36
HSL 115.47º 0.22% 0.54% -
HSV(B) 115.47º 0.33% 0.64% -
XYZ 22.85 30.9 19.51 -
YUV 142.31 109.77 107.81 -
System Red Green Blue C M Y K H S L
Decimal 114 163 110 0.30 0 0.33 0.36 115.47 0.22 0.54
Hex 72 A3 6E 1E 0 21 24 73 16 36
Octal 162 243 156 36 0 41 44 163 26 66
Binary 1110010 10100011 1101110 11110 0 100001 100100 1110011 10110 110110

Color Harmonies of #72A36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A36E

Black with #72A36E

Text Example


Text Example

White with #72A36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72A36E; }

 p { color: rgb(114,163,110); }

 H1.HeaderClassName
 {
   color: #72A36E;
 }
 .AnyTagClassName
 {
   color: #72A36E;
 }
</style>

background-color css

<style>
 a { background-color: #72A36E; }

 a { background-color: rgb(114,163,110); }

 div.DivClassName
 {
   background-color: #72A36E;
 }
 .BgClassName
 {
   background-color: #72A36E;
 }
</style>

border-color css

<style>
 span { border-color: #72A36E; }

 span { border-color: rgb(114,163,110); }

 td.TdClassName
 {
   border-color: #72A36E;
 }
 .TagClassName
 {
   border-color: #72A36E;
 }
</style>