#708D10

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

Shades of Olive Drab #708D10

Tints of Olive Drab #708D10

Color information

#708D10 (or 0x708D10) is unknown color: approx Olive Drab. HEX triplet: 70, 8D and 10. RGB value is (112,141,16). Sum of RGB (Red+Green+Blue) = 112+141+16=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #708D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708D10 is #8F72EF. Grayscale: #767676. Windows color (decimal): -9401072 or 1084784. OLE color: 1084784.

HSL color Cylindrical-coordinate representation of color #708D10: hue angle of 73.92º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #708D10 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB11214116-
CMYK0.2100.890.45
HSL73.92º79.62%30.78%-
HSV(B)73.92º88.65%55.29%-
XYZ16.322.533.98-
YUV118.0870.39123.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 141 (55.47% from 255) = 52.42%
BLUE value IS 16 (6.64% from 255) = 5.95%
R=41.64%
G=52.42%
B=5.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112141160.2100.890.4573.9279.6230.78
Hex708D10150592D4a501f
Octal160215202501315511212037
Binary1110000100011011000010101010110011011011001010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,141,16); }

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

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

 a { background-color: rgb(112,141,16); }

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

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

 span { border-color: rgb(112,141,16); }

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