#708C2E

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

Shades of Olive Drab #708C2E

Tints of Olive Drab #708C2E

Color information

#708C2E (or 0x708C2E) is unknown color: approx Olive Drab. HEX triplet: 70, 8C and 2E. RGB value is (112,140,46). Sum of RGB (Red+Green+Blue) = 112+140+46=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #708C2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C2E is #8F73D1. Grayscale: #797979. Windows color (decimal): -9401298 or 3050608. OLE color: 3050608.

HSL color Cylindrical-coordinate representation of color #708C2E: hue angle of 77.87º degrees, saturation: 0.51, 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 #708C2E is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB11214046-
CMYK0.2000.670.45
HSL77.87º50.54%36.47%-
HSV(B)77.87º67.14%54.9%-
XYZ16.5522.46.04-
YUV120.9185.72121.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 140 (55.08% from 255) = 46.98%
BLUE value IS 46 (18.36% from 255) = 15.44%
R=37.58%
G=46.98%
B=15.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112140460.2000.670.4577.8750.5436.47
Hex708C2E140432D4e3324
Octal16021456240103551166344
Binary11100001000110010111010100010000111011011001110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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