#708131

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

Shades of Olive Drab #708131

Tints of Olive Drab #708131

Color information

#708131 (or 0x708131) is unknown color: approx Olive Drab. HEX triplet: 70, 81 and 31. RGB value is (112,129,49). Sum of RGB (Red+Green+Blue) = 112+129+49=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #708131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708131 is #8F7ECE. Grayscale: #737373. Windows color (decimal): -9404111 or 3244400. OLE color: 3244400.

HSL color Cylindrical-coordinate representation of color #708131: hue angle of 72.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #708131 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB11212949-
CMYK0.1300.620.49
HSL72.75º44.94%34.9%-
HSV(B)72.75º62.02%50.59%-
XYZ15.0919.375.85-
YUV114.890.87126-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 49 (19.53% from 255) = 16.90%
R=38.62%
G=44.48%
B=16.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112129490.1300.620.4972.7544.9434.9
Hex708131D03E31492d23
Octal1602016115076611115543
Binary111000010000001110001110101111101100011001001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708131; }

 p { color: rgb(112,129,49); }

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

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

 a { background-color: rgb(112,129,49); }

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

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

 span { border-color: rgb(112,129,49); }

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