#719921

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

Shades of Olive Drab #719921

Tints of Olive Drab #719921

Color information

#719921 (or 0x719921) is unknown color: approx Olive Drab. HEX triplet: 71, 99 and 21. RGB value is (113,153,33). Sum of RGB (Red+Green+Blue) = 113+153+33=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #719921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719921 is #8E66DE. Grayscale: #7F7F7F. Windows color (decimal): -9332447 or 2201969. OLE color: 2201969.

HSL color Cylindrical-coordinate representation of color #719921: hue angle of 80º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #719921 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB11315333-
CMYK0.2600.780.4
HSL80º64.52%36.47%-
HSV(B)80º78.43%60%-
XYZ18.4826.45.56-
YUV127.3674.75117.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 153 (60.16% from 255) = 51.17%
BLUE value IS 33 (13.28% from 255) = 11.04%
R=37.79%
G=51.17%
B=11.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113153330.2600.780.48064.5236.47
Hex7199211A04E28504124
Octal161231413201165012010144
Binary111000110011001100001110100100111010100010100001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719921; }

 p { color: rgb(113,153,33); }

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

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

 a { background-color: rgb(113,153,33); }

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

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

 span { border-color: rgb(113,153,33); }

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