#708537

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

Shades of Olive Drab #708537

Tints of Olive Drab #708537

Color information

#708537 (or 0x708537) is unknown color: approx Olive Drab. HEX triplet: 70, 85 and 37. RGB value is (112,133,55). Sum of RGB (Red+Green+Blue) = 112+133+55=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #708537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708537 is #8F7AC8. Grayscale: #767676. Windows color (decimal): -9403081 or 3638640. OLE color: 3638640.

HSL color Cylindrical-coordinate representation of color #708537: hue angle of 76.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #708537 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB11213355-
CMYK0.1600.590.48
HSL76.15º41.49%36.86%-
HSV(B)76.15º58.65%52.16%-
XYZ15.7620.56.74-
YUV117.8392.54123.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 55 (21.88% from 255) = 18.33%
R=37.33%
G=44.33%
B=18.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112133550.1600.590.4876.1541.4936.86
Hex7085371003B304c2925
Octal1602056720073601145145
Binary1110000100001011101111000001110111100001001100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708537; }

 p { color: rgb(112,133,55); }

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

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

 a { background-color: rgb(112,133,55); }

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

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

 span { border-color: rgb(112,133,55); }

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