#719710

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

Shades of Olive Drab #719710

Tints of Olive Drab #719710

Color information

#719710 (or 0x719710) is unknown color: approx Olive Drab. HEX triplet: 71, 97 and 10. RGB value is (113,151,16). Sum of RGB (Red+Green+Blue) = 113+151+16=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 151 (59.38% from 255 or 53.93% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 151 - color contains mainly: green. Hex color #719710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719710 is #8E68EF. Grayscale: #7C7C7C. Windows color (decimal): -9332976 or 1087345. OLE color: 1087345.

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

Color convert

RGB11315116-
CMYK0.2500.890.41
HSL76.89º80.84%32.75%-
HSV(B)76.89º89.4%59.22%-
XYZ17.9725.684.5-
YUV124.2566.91119.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 151 (59.38% from 255) = 53.93%
BLUE value IS 16 (6.64% from 255) = 5.71%
R=40.36%
G=53.93%
B=5.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113151160.2500.890.4176.8980.8432.75
Hex71971019059294d5121
Octal161227203101315111512141
Binary11100011001011110000110010101100110100110011011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719710; }

 p { color: rgb(113,151,16); }

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

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

 a { background-color: rgb(113,151,16); }

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

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

 span { border-color: rgb(113,151,16); }

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