#72996A

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

Shades of Amulet #72996A

Tints of Amulet #72996A

Color information

#72996A (or 0x72996A) is unknown color: approx Amulet. HEX triplet: 72, 99 and 6A. RGB value is (114,153,106). Sum of RGB (Red+Green+Blue) = 114+153+106=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #72996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72996A is #8D6695. Grayscale: #888888. Windows color (decimal): -9266838 or 6986098. OLE color: 6986098.

HSL color Cylindrical-coordinate representation of color #72996A: hue angle of 109.79º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72996A is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB114153106-
CMYK0.2500.310.4
HSL109.79º18.73%50.78%-
HSV(B)109.79º30.72%60%-
XYZ20.9327.417.82-
YUV135.98111.08112.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=30.56%
G=41.02%
B=28.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1141531060.2500.310.4109.7918.7350.78
Hex72996A1901F286e1333
Octal16223115231037501562363
Binary111001010011001110101011001011111101000110111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72996A; }

 p { color: rgb(114,153,106); }

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

<style>
 a { background-color: #72996A; }

 a { background-color: rgb(114,153,106); }

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

<style>
 span { border-color: #72996A; }

 span { border-color: rgb(114,153,106); }

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