#708639

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

Shades of Olive Drab #708639

Tints of Olive Drab #708639

Color information

#708639 (or 0x708639) is unknown color: approx Olive Drab. HEX triplet: 70, 86 and 39. RGB value is (112,134,57). Sum of RGB (Red+Green+Blue) = 112+134+57=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #708639 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708639 is #8F79C6. Grayscale: #767676. Windows color (decimal): -9402823 or 3769968. OLE color: 3769968.

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

Color convert

RGB11213457-
CMYK0.1600.570.47
HSL77.14º40.31%37.45%-
HSV(B)77.14º57.46%52.55%-
XYZ15.9520.797.04-
YUV118.6493.21123.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=36.96%
G=44.22%
B=18.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134570.1600.570.4777.1440.3137.45
Hex708639100392F4d2825
Octal1602067120071571155045
Binary1110000100001101110011000001110011011111001101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708639; }

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

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

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

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

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

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

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

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