#759119

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

Shades of Olive Drab #759119

Tints of Olive Drab #759119

Color information

#759119 (or 0x759119) is unknown color: approx Olive Drab. HEX triplet: 75, 91 and 19. RGB value is (117,145,25). Sum of RGB (Red+Green+Blue) = 117+145+25=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #759119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759119 is #8A6EE6. Grayscale: #7B7B7B. Windows color (decimal): -9072359 or 1675637. OLE color: 1675637.

HSL color Cylindrical-coordinate representation of color #759119: hue angle of 74º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #759119 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB11714525-
CMYK0.1900.830.43
HSL74º70.59%33.33%-
HSV(B)74º82.76%56.86%-
XYZ17.6424.14.64-
YUV122.9572.72123.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 145 (57.03% from 255) = 50.52%
BLUE value IS 25 (10.16% from 255) = 8.71%
R=40.77%
G=50.52%
B=8.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117145250.1900.830.437470.5933.33
Hex759119130532B4a4721
Octal165221312301235311210741
Binary11101011001000111001100110101001110101110010101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759119; }

 p { color: rgb(117,145,25); }

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

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

 a { background-color: rgb(117,145,25); }

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

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

 span { border-color: rgb(117,145,25); }

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