#708132

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

Shades of Olive Drab #708132

Tints of Olive Drab #708132

Color information

#708132 (or 0x708132) is unknown color: approx Olive Drab. HEX triplet: 70, 81 and 32. RGB value is (112,129,50). Sum of RGB (Red+Green+Blue) = 112+129+50=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #708132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708132 is #8F7ECD. Grayscale: #737373. Windows color (decimal): -9404110 or 3309936. OLE color: 3309936.

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

Color convert

RGB11212950-
CMYK0.1300.610.49
HSL72.91º44.13%35.1%-
HSV(B)72.91º61.24%50.59%-
XYZ15.1119.385.96-
YUV114.9191.37125.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 50 (19.92% from 255) = 17.18%
R=38.49%
G=44.33%
B=17.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112129500.1300.610.4972.9144.1335.1
Hex708132D03D31492c23
Octal1602016215075611115443
Binary111000010000001110010110101111011100011001001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708132; }

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

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

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

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

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

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

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

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