#72996D

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

Shades of Amulet #72996D

Tints of Amulet #72996D

Color information

#72996D (or 0x72996D) is unknown color: approx Amulet. HEX triplet: 72, 99 and 6D. RGB value is (114,153,109). Sum of RGB (Red+Green+Blue) = 114+153+109=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #72996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72996D is #8D6692. Grayscale: #888888. Windows color (decimal): -9266835 or 7182706. OLE color: 7182706.

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

Color convert

RGB114153109-
CMYK0.2500.290.4
HSL113.18º17.74%51.37%-
HSV(B)113.18º28.76%60%-
XYZ21.0927.4618.66-
YUV136.32112.58112.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 153 (60.16% from 255) = 40.69%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=30.32%
G=40.69%
B=28.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1141531090.2500.290.4113.1817.7451.37
Hex72996D1901D28711233
Octal16223115531035501612263
Binary111001010011001110110111001011101101000111000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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