#708B0D

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

Shades of Olive Drab #708B0D

Tints of Olive Drab #708B0D

Color information

#708B0D (or 0x708B0D) is unknown color: approx Olive Drab. HEX triplet: 70, 8B and 0D. RGB value is (112,139,13). Sum of RGB (Red+Green+Blue) = 112+139+13=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #708B0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708B0D is #8F74F2. Grayscale: #757575. Windows color (decimal): -9401587 or 887664. OLE color: 887664.

HSL color Cylindrical-coordinate representation of color #708B0D: hue angle of 72.86º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #708B0D is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB11213913-
CMYK0.1900.910.45
HSL72.86º82.89%29.8%-
HSV(B)72.86º90.65%54.51%-
XYZ15.9921.943.77-
YUV116.5669.55124.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 139 (54.69% from 255) = 52.65%
BLUE value IS 13 (5.47% from 255) = 4.92%
R=42.42%
G=52.65%
B=4.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139130.1900.910.4572.8682.8929.8
Hex708BD1305B2D49531e
Octal160213152301335511112336
Binary111000010001011110110011010110111011011001001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708B0D; }

 p { color: rgb(112,139,13); }

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

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

 a { background-color: rgb(112,139,13); }

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

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

 span { border-color: rgb(112,139,13); }

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