#759310

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

Shades of Olive Drab #759310

Tints of Olive Drab #759310

Color information

#759310 (or 0x759310) is unknown color: approx Olive Drab. HEX triplet: 75, 93 and 10. RGB value is (117,147,16). Sum of RGB (Red+Green+Blue) = 117+147+16=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #759310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759310 is #8A6CEF. Grayscale: #7B7B7B. Windows color (decimal): -9071856 or 1086325. OLE color: 1086325.

HSL color Cylindrical-coordinate representation of color #759310: hue angle of 73.74º 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 #759310 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB11714716-
CMYK0.2000.890.42
HSL73.74º80.37%31.96%-
HSV(B)73.74º89.12%57.65%-
XYZ17.8624.694.31-
YUV123.167.56123.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 147 (57.81% from 255) = 52.5%
BLUE value IS 16 (6.64% from 255) = 5.71%
R=41.79%
G=52.5%
B=5.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147160.2000.890.4273.7480.3731.96
Hex759310140592A4a5020
Octal165223202401315211212040
Binary11101011001001110000101000101100110101010010101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759310; }

 p { color: rgb(117,147,16); }

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

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

 a { background-color: rgb(117,147,16); }

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

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

 span { border-color: rgb(117,147,16); }

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