#72921C

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

Shades of Olive Drab #72921C

Tints of Olive Drab #72921C

Color information

#72921C (or 0x72921C) is unknown color: approx Olive Drab. HEX triplet: 72, 92 and 1C. RGB value is (114,146,28). Sum of RGB (Red+Green+Blue) = 114+146+28=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #72921C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72921C is #8D6DE3. Grayscale: #7B7B7B. Windows color (decimal): -9268708 or 1872498. OLE color: 1872498.

HSL color Cylindrical-coordinate representation of color #72921C: hue angle of 76.27º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72921C is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB11414628-
CMYK0.2200.810.43
HSL76.27º67.82%34.12%-
HSV(B)76.27º80.82%57.25%-
XYZ17.4324.224.85-
YUV122.9874.4121.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.58%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 28 (11.33% from 255) = 9.72%
R=39.58%
G=50.69%
B=9.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114146280.2200.810.4376.2767.8234.12
Hex72921C160512B4c4422
Octal162222342601215311410442
Binary11100101001001011100101100101000110101110011001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72921C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,146,28); }

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

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

 a { background-color: rgb(114,146,28); }

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

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

 span { border-color: rgb(114,146,28); }

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