#72951E

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

Shades of Olive Drab #72951E

Tints of Olive Drab #72951E

Color information

#72951E (or 0x72951E) is unknown color: approx Olive Drab. HEX triplet: 72, 95 and 1E. RGB value is (114,149,30). Sum of RGB (Red+Green+Blue) = 114+149+30=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #72951E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72951E is #8D6AE1. Grayscale: #7D7D7D. Windows color (decimal): -9267938 or 2004338. OLE color: 2004338.

HSL color Cylindrical-coordinate representation of color #72951E: hue angle of 77.65º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72951E is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB11414930-
CMYK0.2300.800.42
HSL77.65º66.48%35.1%-
HSV(B)77.65º79.87%58.43%-
XYZ17.9225.175.14-
YUV124.9774.4120.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 149 (58.59% from 255) = 50.85%
BLUE value IS 30 (12.11% from 255) = 10.24%
R=38.91%
G=50.85%
B=10.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114149300.2300.800.4277.6566.4835.1
Hex72951E170502A4e4223
Octal162225362701205211610243
Binary11100101001010111110101110101000010101010011101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72951E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72951E; }

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

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

<style>
 a { background-color: #72951E; }

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

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

<style>
 span { border-color: #72951E; }

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

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