#709135

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

Shades of Olive Drab #709135

Tints of Olive Drab #709135

Color information

#709135 (or 0x709135) is unknown color: approx Olive Drab. HEX triplet: 70, 91 and 35. RGB value is (112,145,53). Sum of RGB (Red+Green+Blue) = 112+145+53=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #709135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709135 is #8F6ECA. Grayscale: #7C7C7C. Windows color (decimal): -9400011 or 3510640. OLE color: 3510640.

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

Color convert

RGB11214553-
CMYK0.2300.630.43
HSL81.52º46.46%38.82%-
HSV(B)81.52º63.45%56.86%-
XYZ17.4523.957.07-
YUV124.6487.57118.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 145 (57.03% from 255) = 46.77%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=36.13%
G=46.77%
B=17.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112145530.2300.630.4381.5246.4638.82
Hex7091351703F2B522e27
Octal1602216527077531225647
Binary1110000100100011101011011101111111010111010010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709135; }

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

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

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

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

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

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

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

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