#708B3E

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

Shades of Olive Drab #708B3E

Tints of Olive Drab #708B3E

Color information

#708B3E (or 0x708B3E) is unknown color: approx Olive Drab. HEX triplet: 70, 8B and 3E. RGB value is (112,139,62). Sum of RGB (Red+Green+Blue) = 112+139+62=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #708B3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B3E is #8F74C1. Grayscale: #7A7A7A. Windows color (decimal): -9401538 or 4098928. OLE color: 4098928.

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

Color convert

RGB11213962-
CMYK0.1900.550.45
HSL81.04º38.31%39.41%-
HSV(B)81.04º55.4%54.51%-
XYZ16.7822.267.97-
YUV122.1594.05120.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 139 (54.69% from 255) = 44.41%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=35.78%
G=44.41%
B=19.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139620.1900.550.4581.0438.3139.41
Hex708B3E130372D512627
Octal1602137623067551214647
Binary1110000100010111111101001101101111011011010001100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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