#708B2E

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

Shades of Olive Drab #708B2E

Tints of Olive Drab #708B2E

Color information

#708B2E (or 0x708B2E) is unknown color: approx Olive Drab. HEX triplet: 70, 8B and 2E. RGB value is (112,139,46). Sum of RGB (Red+Green+Blue) = 112+139+46=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #708B2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708B2E is #8F74D1. Grayscale: #787878. Windows color (decimal): -9401554 or 3050352. OLE color: 3050352.

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

Color convert

RGB11213946-
CMYK0.1900.670.45
HSL77.42º50.27%36.27%-
HSV(B)77.42º66.91%54.51%-
XYZ16.4122.115.99-
YUV120.3286.05122.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 139 (54.69% from 255) = 46.80%
BLUE value IS 46 (18.36% from 255) = 15.49%
R=37.71%
G=46.80%
B=15.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139460.1900.670.4577.4250.2736.27
Hex708B2E130432D4d3224
Octal16021356230103551156244
Binary11100001000101110111010011010000111011011001101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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