#719210

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

Shades of Olive Drab #719210

Tints of Olive Drab #719210

Color information

#719210 (or 0x719210) is unknown color: approx Olive Drab. HEX triplet: 71, 92 and 10. RGB value is (113,146,16). Sum of RGB (Red+Green+Blue) = 113+146+16=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #719210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719210 is #8E6DEF. Grayscale: #797979. Windows color (decimal): -9334256 or 1086065. OLE color: 1086065.

HSL color Cylindrical-coordinate representation of color #719210: hue angle of 75.23º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #719210 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB11314616-
CMYK0.2300.890.43
HSL75.23º80.25%31.76%-
HSV(B)75.23º89.04%57.25%-
XYZ17.1824.114.24-
YUV121.3168.57122.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 146 (57.42% from 255) = 53.09%
BLUE value IS 16 (6.64% from 255) = 5.82%
R=41.09%
G=53.09%
B=5.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113146160.2300.890.4375.2380.2531.76
Hex719210170592B4b5020
Octal161222202701315311312040
Binary11100011001001010000101110101100110101110010111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719210; }

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

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

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

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

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

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

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

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