#718732

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

Shades of Olive Drab #718732

Tints of Olive Drab #718732

Color information

#718732 (or 0x718732) is unknown color: approx Olive Drab. HEX triplet: 71, 87 and 32. RGB value is (113,135,50). Sum of RGB (Red+Green+Blue) = 113+135+50=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #718732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718732 is #8E78CD. Grayscale: #777777. Windows color (decimal): -9337038 or 3311473. OLE color: 3311473.

HSL color Cylindrical-coordinate representation of color #718732: hue angle of 75.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #718732 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB11313550-
CMYK0.1600.630.47
HSL75.53º45.95%36.27%-
HSV(B)75.53º62.96%52.94%-
XYZ16.0521.076.24-
YUV118.7389.21123.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 135 (53.12% from 255) = 45.30%
BLUE value IS 50 (19.92% from 255) = 16.78%
R=37.92%
G=45.30%
B=16.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135500.1600.630.4775.5345.9536.27
Hex7187321003F2F4c2e24
Octal1612076220077571145644
Binary1110001100001111100101000001111111011111001100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718732; }

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

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

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

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

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

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

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

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