#708B0B

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

Shades of Olive Drab #708B0B

Tints of Olive Drab #708B0B

Color information

#708B0B (or 0x708B0B) is unknown color: approx Olive Drab. HEX triplet: 70, 8B and 0B. RGB value is (112,139,11). Sum of RGB (Red+Green+Blue) = 112+139+11=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #708B0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708B0B is #8F74F4. Grayscale: #747474. Windows color (decimal): -9401589 or 756592. OLE color: 756592.

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

Color convert

RGB11213911-
CMYK0.1900.920.45
HSL72.66º85.33%29.41%-
HSV(B)72.66º92.09%54.51%-
XYZ15.9821.933.71-
YUV116.3468.55124.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 139 (54.69% from 255) = 53.05%
BLUE value IS 11 (4.69% from 255) = 4.20%
R=42.75%
G=53.05%
B=4.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139110.1900.920.4572.6685.3329.41
Hex708BB1305C2D49551d
Octal160213132301345511112535
Binary111000010001011101110011010111001011011001001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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