#708b2b

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

Shades of Olive Drab #708B2B

Tints of Olive Drab #708B2B

Color information

#708B2B (or 0x708B2B) is unknown color: approx Olive Drab. HEX triplet: 70, 8B and 2B. RGB value is (112,139,43). Sum of RGB (Red+Green+Blue) = 112+139+43=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #708B2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B2B is #8F74D4. Grayscale: #787878. Windows color (decimal): -9401557 or 2853744. OLE color: 2853744.

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

Color convert

RGB11213943-
CMYK0.1900.690.45
HSL76.88º52.75%35.69%-
HSV(B)76.88º69.06%54.51%-
XYZ16.3522.085.69-
YUV119.9884.55122.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 139 (54.69% from 255) = 47.28%
BLUE value IS 43 (17.19% from 255) = 14.63%
R=38.10%
G=47.28%
B=14.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139430.1900.690.4576.8852.7535.69
Hex708B2B130452D4d3524
Octal16021353230105551156544
Binary11100001000101110101110011010001011011011001101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708b2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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