#708710

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

Shades of Olive Drab #708710

Tints of Olive Drab #708710

Color information

#708710 (or 0x708710) is unknown color: approx Olive Drab. HEX triplet: 70, 87 and 10. RGB value is (112,135,16). Sum of RGB (Red+Green+Blue) = 112+135+16=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #708710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708710 is #8F78EF. Grayscale: #737373. Windows color (decimal): -9402608 or 1083248. OLE color: 1083248.

HSL color Cylindrical-coordinate representation of color #708710: hue angle of 71.6º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #708710 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB11213516-
CMYK0.1700.880.47
HSL71.6º78.81%29.61%-
HSV(B)71.6º88.15%52.94%-
XYZ15.4420.813.69-
YUV114.5672.38126.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 135 (53.12% from 255) = 51.33%
BLUE value IS 16 (6.64% from 255) = 6.08%
R=42.59%
G=51.33%
B=6.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112135160.1700.880.4771.678.8129.61
Hex708710110582F484f1e
Octal160207202101305711011736
Binary1110000100001111000010001010110001011111001000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708710; }

 p { color: rgb(112,135,16); }

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

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

 a { background-color: rgb(112,135,16); }

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

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

 span { border-color: rgb(112,135,16); }

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