#718932

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

Shades of Olive Drab #718932

Tints of Olive Drab #718932

Color information

#718932 (or 0x718932) is unknown color: approx Olive Drab. HEX triplet: 71, 89 and 32. RGB value is (113,137,50). Sum of RGB (Red+Green+Blue) = 113+137+50=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #718932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718932 is #8E76CD. Grayscale: #787878. Windows color (decimal): -9336526 or 3311985. OLE color: 3311985.

HSL color Cylindrical-coordinate representation of color #718932: hue angle of 76.55º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #718932 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB11313750-
CMYK0.1800.640.46
HSL76.55º46.52%36.67%-
HSV(B)76.55º63.5%53.73%-
XYZ16.3321.636.33-
YUV119.9188.55123.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.67%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 50 (19.92% from 255) = 16.67%
R=37.67%
G=45.67%
B=16.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113137500.1800.640.4676.5546.5236.67
Hex718932120402E4d2f25
Octal16121162220100561155745
Binary11100011000100111001010010010000001011101001101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718932; }

 p { color: rgb(113,137,50); }

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

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

 a { background-color: rgb(113,137,50); }

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

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

 span { border-color: rgb(113,137,50); }

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