#709133

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

Shades of Olive Drab #709133

Tints of Olive Drab #709133

Color information

#709133 (or 0x709133) is unknown color: approx Olive Drab. HEX triplet: 70, 91 and 33. RGB value is (112,145,51). Sum of RGB (Red+Green+Blue) = 112+145+51=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #709133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709133 is #8F6ECC. Grayscale: #7C7C7C. Windows color (decimal): -9400013 or 3379568. OLE color: 3379568.

HSL color Cylindrical-coordinate representation of color #709133: hue angle of 81.06º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #709133 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB11214551-
CMYK0.2300.650.43
HSL81.06º47.96%38.43%-
HSV(B)81.06º64.83%56.86%-
XYZ17.4123.936.83-
YUV124.4286.57119.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 145 (57.03% from 255) = 47.08%
BLUE value IS 51 (20.31% from 255) = 16.56%
R=36.36%
G=47.08%
B=16.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112145510.2300.650.4381.0647.9638.43
Hex709133170412B513026
Octal16022163270101531216046
Binary11100001001000111001110111010000011010111010001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709133; }

 p { color: rgb(112,145,51); }

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

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

 a { background-color: rgb(112,145,51); }

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

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

 span { border-color: rgb(112,145,51); }

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