#719410

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

Shades of Olive Drab #719410

Tints of Olive Drab #719410

Color information

#719410 (or 0x719410) is unknown color: approx Olive Drab. HEX triplet: 71, 94 and 10. RGB value is (113,148,16). Sum of RGB (Red+Green+Blue) = 113+148+16=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #719410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719410 is #8E6BEF. Grayscale: #7A7A7A. Windows color (decimal): -9333744 or 1086577. OLE color: 1086577.

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

Color convert

RGB11314816-
CMYK0.2400.890.42
HSL75.91º80.49%32.16%-
HSV(B)75.91º89.19%58.04%-
XYZ17.4924.734.34-
YUV122.4967.9121.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 148 (58.20% from 255) = 53.43%
BLUE value IS 16 (6.64% from 255) = 5.78%
R=40.79%
G=53.43%
B=5.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113148160.2400.890.4275.9180.4932.16
Hex719410180592A4c5020
Octal161224203001315211412040
Binary11100011001010010000110000101100110101010011001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719410; }

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

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

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

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

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

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

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

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