#72956D

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

Shades of Amulet #72956D

Tints of Amulet #72956D

Color information

#72956D (or 0x72956D) is unknown color: approx Amulet. HEX triplet: 72, 95 and 6D. RGB value is (114,149,109). Sum of RGB (Red+Green+Blue) = 114+149+109=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #72956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72956D is #8D6A92. Grayscale: #868686. Windows color (decimal): -9267859 or 7181682. OLE color: 7181682.

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

Color convert

RGB114149109-
CMYK0.2300.270.42
HSL112.5º15.87%50.59%-
HSV(B)112.5º26.85%58.43%-
XYZ20.4526.1818.44-
YUV133.98113.9113.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.65%
GREEN value IS 149 (58.59% from 255) = 40.05%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=30.65%
G=40.05%
B=29.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141491090.2300.270.42112.515.8750.59
Hex72956D1701B2A701033
Octal16222515527033521602063
Binary111001010010101110110110111011011101010111000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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