#719629

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

Shades of Olive Drab #719629

Tints of Olive Drab #719629

Color information

#719629 (or 0x719629) is unknown color: approx Olive Drab. HEX triplet: 71, 96 and 29. RGB value is (113,150,41). Sum of RGB (Red+Green+Blue) = 113+150+41=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #719629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719629 is #8E69D6. Grayscale: #7E7E7E. Windows color (decimal): -9333207 or 2725489. OLE color: 2725489.

HSL color Cylindrical-coordinate representation of color #719629: hue angle of 80.37º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #719629 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB11315041-
CMYK0.2500.730.41
HSL80.37º57.07%37.45%-
HSV(B)80.37º72.67%58.82%-
XYZ18.1225.486.06-
YUV126.5179.74118.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 41 (16.41% from 255) = 13.49%
R=37.17%
G=49.34%
B=13.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113150410.2500.730.4180.3757.0737.45
Hex7196291904929503925
Octal16122651310111511207145
Binary11100011001011010100111001010010011010011010000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719629; }

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

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

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

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

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

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

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

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