#719829

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

Shades of Olive Drab #719829

Tints of Olive Drab #719829

Color information

#719829 (or 0x719829) is unknown color: approx Olive Drab. HEX triplet: 71, 98 and 29. RGB value is (113,152,41). Sum of RGB (Red+Green+Blue) = 113+152+41=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #719829 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719829 is #8E67D6. Grayscale: #808080. Windows color (decimal): -9332695 or 2726001. OLE color: 2726001.

HSL color Cylindrical-coordinate representation of color #719829: hue angle of 81.08º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #719829 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB11315241-
CMYK0.2600.730.40
HSL81.08º57.51%37.84%-
HSV(B)81.08º73.03%59.61%-
XYZ18.4426.136.17-
YUV127.6879.08117.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 152 (59.77% from 255) = 49.67%
BLUE value IS 41 (16.41% from 255) = 13.40%
R=36.93%
G=49.67%
B=13.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113152410.2600.730.4081.0857.5137.84
Hex7198291A04928513a26
Octal16123051320111501217246
Binary11100011001100010100111010010010011010001010001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719829; }

 p { color: rgb(113,152,41); }

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

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

 a { background-color: rgb(113,152,41); }

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

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

 span { border-color: rgb(113,152,41); }

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