#759711

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

Shades of Olive Drab #759711

Tints of Olive Drab #759711

Color information

#759711 (or 0x759711) is unknown color: approx Olive Drab. HEX triplet: 75, 97 and 11. RGB value is (117,151,17). Sum of RGB (Red+Green+Blue) = 117+151+17=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #759711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759711 is #8A68EE. Grayscale: #7E7E7E. Windows color (decimal): -9070831 or 1152885. OLE color: 1152885.

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

Color convert

RGB11715117-
CMYK0.2300.890.41
HSL75.22º79.76%32.94%-
HSV(B)75.22º88.74%59.22%-
XYZ18.525.964.56-
YUV125.5666.74121.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 151 (59.38% from 255) = 52.98%
BLUE value IS 17 (7.03% from 255) = 5.96%
R=41.05%
G=52.98%
B=5.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117151170.2300.890.4175.2279.7632.94
Hex75971117059294b5021
Octal165227212701315111312041
Binary11101011001011110001101110101100110100110010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759711; }

 p { color: rgb(117,151,17); }

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

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

 a { background-color: rgb(117,151,17); }

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

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

 span { border-color: rgb(117,151,17); }

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