#708B2A

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

Shades of Olive Drab #708B2A

Tints of Olive Drab #708B2A

Color information

#708B2A (or 0x708B2A) is unknown color: approx Olive Drab. HEX triplet: 70, 8B and 2A. RGB value is (112,139,42). Sum of RGB (Red+Green+Blue) = 112+139+42=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #708B2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B2A is #8F74D5. Grayscale: #787878. Windows color (decimal): -9401558 or 2788208. OLE color: 2788208.

HSL color Cylindrical-coordinate representation of color #708B2A: hue angle of 76.7º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #708B2A is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB11213942-
CMYK0.1900.700.45
HSL76.7º53.59%35.49%-
HSV(B)76.7º69.78%54.51%-
XYZ16.3322.085.59-
YUV119.8784.05122.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 139 (54.69% from 255) = 47.44%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=38.23%
G=47.44%
B=14.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139420.1900.700.4576.753.5935.49
Hex708B2A130462D4d3623
Octal16021352230106551156643
Binary11100001000101110101010011010001101011011001101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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