#708C23

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

Shades of Olive Drab #708C23

Tints of Olive Drab #708C23

Color information

#708C23 (or 0x708C23) is unknown color: approx Olive Drab. HEX triplet: 70, 8C and 23. RGB value is (112,140,35). Sum of RGB (Red+Green+Blue) = 112+140+35=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 140 - color contains mainly: green. Hex color #708C23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C23 is #8F73DC. Grayscale: #787878. Windows color (decimal): -9401309 or 2329712. OLE color: 2329712.

HSL color Cylindrical-coordinate representation of color #708C23: hue angle of 76º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #708C23 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB11214035-
CMYK0.2000.750.45
HSL76º60%34.31%-
HSV(B)76º75%54.9%-
XYZ16.3622.325.04-
YUV119.6680.22122.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 140 (55.08% from 255) = 48.78%
BLUE value IS 35 (14.06% from 255) = 12.20%
R=39.02%
G=48.78%
B=12.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112140350.2000.750.45766034.31
Hex708C231404B2D4c3c22
Octal16021443240113551147442
Binary11100001000110010001110100010010111011011001100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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