#708D32

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

Shades of Olive Drab #708D32

Tints of Olive Drab #708D32

Color information

#708D32 (or 0x708D32) is unknown color: approx Olive Drab. HEX triplet: 70, 8D and 32. RGB value is (112,141,50). Sum of RGB (Red+Green+Blue) = 112+141+50=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #708D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708D32 is #8F72CD. Grayscale: #7A7A7A. Windows color (decimal): -9401038 or 3313008. OLE color: 3313008.

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

Color convert

RGB11214150-
CMYK0.2100.650.45
HSL79.12º47.64%37.45%-
HSV(B)79.12º64.54%55.29%-
XYZ16.7822.726.52-
YUV121.9687.39120.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 141 (55.47% from 255) = 46.53%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=36.96%
G=46.53%
B=16.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112141500.2100.650.4579.1247.6437.45
Hex708D32150412D4f3025
Octal16021562250101551176045
Binary11100001000110111001010101010000011011011001111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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