#718720

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

Shades of Olive Drab #718720

Tints of Olive Drab #718720

Color information

#718720 (or 0x718720) is unknown color: approx Olive Drab. HEX triplet: 71, 87 and 20. RGB value is (113,135,32). Sum of RGB (Red+Green+Blue) = 113+135+32=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #718720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718720 is #8E78DF. Grayscale: #757575. Windows color (decimal): -9337056 or 2131825. OLE color: 2131825.

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

Color convert

RGB11313532-
CMYK0.1600.760.47
HSL72.82º61.68%32.75%-
HSV(B)72.82º76.3%52.94%-
XYZ15.7320.944.58-
YUV116.6880.21125.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 135 (53.12% from 255) = 48.21%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=40.36%
G=48.21%
B=11.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135320.1600.760.4772.8261.6832.75
Hex7187201004C2F493e21
Octal16120740200114571117641
Binary11100011000011110000010000010011001011111001001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718720; }

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

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

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

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

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

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

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

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