#72A66C

Color #72A66C Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #72A66C

Tints of Amulet #72A66C

Color information

#72A66C (or 0x72A66C) is unknown color: approx Amulet. HEX triplet: 72, A6 and 6C. RGB value is (114,166,108). Sum of RGB (Red+Green+Blue) = 114+166+108=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #72A66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A66C is #8D5993. Grayscale: #909090. Windows color (decimal): -9263508 or 7120498. OLE color: 7120498.

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

Color convert

RGB114166108-
CMYK0.3100.350.35
HSL113.79º24.58%53.73%-
HSV(B)113.79º34.94%65.1%-
XYZ23.2831.9319.12-
YUV143.84107.77106.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 166 (65.23% from 255) = 42.78%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=29.38%
G=42.78%
B=27.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141661080.3100.350.35113.7924.5853.73
Hex72A66C1F02323721936
Octal16224615437043431623166
Binary1110010101001101101100111110100011100011111001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72A66C;
 }
 .AnyTagClassName
 {
   color: #72A66C;
 }
</style>
background-color css

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

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

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

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

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

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