#72966D

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

Shades of Amulet #72966D

Tints of Amulet #72966D

Color information

#72966D (or 0x72966D) is unknown color: approx Amulet. HEX triplet: 72, 96 and 6D. RGB value is (114,150,109). Sum of RGB (Red+Green+Blue) = 114+150+109=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #72966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72966D is #8D6992. Grayscale: #868686. Windows color (decimal): -9267603 or 7181938. OLE color: 7181938.

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

Color convert

RGB114150109-
CMYK0.2400.270.41
HSL112.68º16.33%50.78%-
HSV(B)112.68º27.33%58.82%-
XYZ20.6126.4918.5-
YUV134.56113.57113.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 150 (58.98% from 255) = 40.21%
BLUE value IS 109 (42.97% from 255) = 29.22%
R=30.56%
G=40.21%
B=29.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141501090.2400.270.41112.6816.3350.78
Hex72966D1801B29711033
Octal16222615530033511612063
Binary111001010010110110110111000011011101001111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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