#708613

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

Shades of Olive Drab #708613

Tints of Olive Drab #708613

Color information

#708613 (or 0x708613) is unknown color: approx Olive Drab. HEX triplet: 70, 86 and 13. RGB value is (112,134,19). Sum of RGB (Red+Green+Blue) = 112+134+19=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #708613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708613 is #8F79EC. Grayscale: #727272. Windows color (decimal): -9402861 or 1279600. OLE color: 1279600.

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

Color convert

RGB11213419-
CMYK0.1600.860.47
HSL71.48º75.16%30%-
HSV(B)71.48º85.82%52.55%-
XYZ15.3220.543.77-
YUV114.3174.21126.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 134 (52.73% from 255) = 50.57%
BLUE value IS 19 (7.81% from 255) = 7.17%
R=42.26%
G=50.57%
B=7.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134190.1600.860.4771.4875.1630
Hex708613100562F474b1e
Octal160206232001265710711336
Binary1110000100001101001110000010101101011111000111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708613; }

 p { color: rgb(112,134,19); }

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

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

 a { background-color: rgb(112,134,19); }

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

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

 span { border-color: rgb(112,134,19); }

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