#708B3B

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

Shades of Olive Drab #708B3B

Tints of Olive Drab #708B3B

Color information

#708B3B (or 0x708B3B) is unknown color: approx Olive Drab. HEX triplet: 70, 8B and 3B. RGB value is (112,139,59). Sum of RGB (Red+Green+Blue) = 112+139+59=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #708B3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B3B is #8F74C4. Grayscale: #7A7A7A. Windows color (decimal): -9401541 or 3902320. OLE color: 3902320.

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

Color convert

RGB11213959-
CMYK0.1900.580.45
HSL80.25º40.4%38.82%-
HSV(B)80.25º57.55%54.51%-
XYZ16.722.237.55-
YUV121.8192.55121-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 59 (23.44% from 255) = 19.03%
R=36.13%
G=44.84%
B=19.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139590.1900.580.4580.2540.438.82
Hex708B3B1303A2D502827
Octal1602137323072551205047
Binary1110000100010111110111001101110101011011010000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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