Html Css Color HEX #72A66F Amulet

📋 copy color: '#72A66F'

red 114 ◦ green 166 ◦ blue 111

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

Shades of Amulet #72A66F

Tints of Amulet #72A66F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.46%

 BLUE value IS 111 (43.75% from 255) = 28.39%

R = 29.16%
G = 42.46%
B = 28.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#72A66F (or 0x72A66F) is known color: Amulet. HEX triplet: 72, A6 and 6F. RGB value is (114,166,111). Sum of RGB (Red+Green+Blue) = 114+166+111=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 166 - color contains mainly: green. Hex color #72A66F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A66F is #8D5990. Grayscale: #909090. Windows color (decimal): -9263505 or 7317106. OLE color: 7317106.

HSL color Cylindrical-coordinate representation of color #72A66F: hue angle of 116.73º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72A66F is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 166 111 -
CMYK 0.31 0 0.33 0.35
HSL 116.73º 0.24% 0.54% -
HSV(B) 116.73º 0.33% 0.65% -
XYZ 23.44 32 19.98 -
YUV 144.18 109.27 106.47 -
System Red Green Blue C M Y K H S L
Decimal 114 166 111 0.31 0 0.33 0.35 116.73 0.24 0.54
Hex 72 A6 6F 1F 0 21 23 75 18 36
Octal 162 246 157 37 0 41 43 165 30 66
Binary 1110010 10100110 1101111 11111 0 100001 100011 1110101 11000 110110

Color Harmonies of #72A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A66F

Black with #72A66F

Text Example


Text Example

White with #72A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,166,111); }

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

background-color css

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

 a { background-color: rgb(114,166,111); }

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

border-color css

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

 span { border-color: rgb(114,166,111); }

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