#709431

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

Shades of Olive Drab #709431

Tints of Olive Drab #709431

Color information

#709431 (or 0x709431) is unknown color: approx Olive Drab. HEX triplet: 70, 94 and 31. RGB value is (112,148,49). Sum of RGB (Red+Green+Blue) = 112+148+49=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #709431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709431 is #8F6BCE. Grayscale: #7E7E7E. Windows color (decimal): -9399247 or 3249264. OLE color: 3249264.

HSL color Cylindrical-coordinate representation of color #709431: hue angle of 81.82º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #709431 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB11214849-
CMYK0.2400.670.42
HSL81.82º50.25%38.63%-
HSV(B)81.82º66.89%58.04%-
XYZ17.8324.856.76-
YUV125.9584.57118.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 148 (58.20% from 255) = 47.90%
BLUE value IS 49 (19.53% from 255) = 15.86%
R=36.25%
G=47.90%
B=15.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112148490.2400.670.4281.8250.2538.63
Hex709431180432A523227
Octal16022461300103521226247
Binary11100001001010011000111000010000111010101010010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709431; }

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

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

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

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

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

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

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

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