#72956C

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

Shades of Amulet #72956C

Tints of Amulet #72956C

Color information

#72956C (or 0x72956C) is unknown color: approx Amulet. HEX triplet: 72, 95 and 6C. RGB value is (114,149,108). Sum of RGB (Red+Green+Blue) = 114+149+108=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #72956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72956C is #8D6A93. Grayscale: #858585. Windows color (decimal): -9267860 or 7116146. OLE color: 7116146.

HSL color Cylindrical-coordinate representation of color #72956C: hue angle of 111.22º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72956C is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB114149108-
CMYK0.2300.280.42
HSL111.22º16.21%50.39%-
HSV(B)111.22º27.52%58.43%-
XYZ20.3926.1618.16-
YUV133.86113.4113.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=30.73%
G=40.16%
B=29.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141491080.2300.280.42111.2216.2150.39
Hex72956C1701C2A6f1032
Octal16222515427034521572062
Binary111001010010101110110010111011100101010110111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72956C; }

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

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

<style>
 a { background-color: #72956C; }

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

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

<style>
 span { border-color: #72956C; }

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

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