#709031

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

Shades of Olive Drab #709031

Tints of Olive Drab #709031

Color information

#709031 (or 0x709031) is unknown color: approx Olive Drab. HEX triplet: 70, 90 and 31. RGB value is (112,144,49). Sum of RGB (Red+Green+Blue) = 112+144+49=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #709031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709031 is #8F6FCE. Grayscale: #7B7B7B. Windows color (decimal): -9400271 or 3248240. OLE color: 3248240.

HSL color Cylindrical-coordinate representation of color #709031: hue angle of 80.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #709031 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB11214449-
CMYK0.2200.660.44
HSL80.21º49.22%37.84%-
HSV(B)80.21º65.97%56.47%-
XYZ17.2123.616.56-
YUV123.685.9119.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 144 (56.64% from 255) = 47.21%
BLUE value IS 49 (19.53% from 255) = 16.07%
R=36.72%
G=47.21%
B=16.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112144490.2200.660.4480.2149.2237.84
Hex709031160422C503126
Octal16022061260102541206146
Binary11100001001000011000110110010000101011001010000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709031; }

 p { color: rgb(112,144,49); }

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

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

 a { background-color: rgb(112,144,49); }

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

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

 span { border-color: rgb(112,144,49); }

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