#759013

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

Shades of Olive Drab #759013

Tints of Olive Drab #759013

Color information

#759013 (or 0x759013) is unknown color: approx Olive Drab. HEX triplet: 75, 90 and 13. RGB value is (117,144,19). Sum of RGB (Red+Green+Blue) = 117+144+19=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #759013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759013 is #8A6FEC. Grayscale: #7A7A7A. Windows color (decimal): -9072621 or 1282165. OLE color: 1282165.

HSL color Cylindrical-coordinate representation of color #759013: hue angle of 72.96º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #759013 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB11714419-
CMYK0.1900.870.44
HSL72.96º76.69%31.96%-
HSV(B)72.96º86.81%56.47%-
XYZ17.4323.784.29-
YUV121.6870.05124.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 144 (56.64% from 255) = 51.43%
BLUE value IS 19 (7.81% from 255) = 6.79%
R=41.79%
G=51.43%
B=6.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117144190.1900.870.4472.9676.6931.96
Hex759013130572C494d20
Octal165220232301275411111540
Binary11101011001000010011100110101011110110010010011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759013; }

 p { color: rgb(117,144,19); }

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

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

 a { background-color: rgb(117,144,19); }

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

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

 span { border-color: rgb(117,144,19); }

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