#708D1A

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

Shades of Olive Drab #708D1A

Tints of Olive Drab #708D1A

Color information

#708D1A (or 0x708D1A) is unknown color: approx Olive Drab. HEX triplet: 70, 8D and 1A. RGB value is (112,141,26). Sum of RGB (Red+Green+Blue) = 112+141+26=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #708D1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708D1A is #8F72E5. Grayscale: #777777. Windows color (decimal): -9401062 or 1740144. OLE color: 1740144.

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

Color convert

RGB11214126-
CMYK0.2100.820.45
HSL75.13º68.86%32.75%-
HSV(B)75.13º81.56%55.29%-
XYZ16.3922.574.47-
YUV119.2275.39122.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 141 (55.47% from 255) = 50.54%
BLUE value IS 26 (10.55% from 255) = 9.32%
R=40.14%
G=50.54%
B=9.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112141260.2100.820.4575.1368.8632.75
Hex708D1A150522D4b4521
Octal160215322501225511310541
Binary11100001000110111010101010101001010110110010111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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