#759517

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

Shades of Olive Drab #759517

Tints of Olive Drab #759517

Color information

#759517 (or 0x759517) is unknown color: approx Olive Drab. HEX triplet: 75, 95 and 17. RGB value is (117,149,23). Sum of RGB (Red+Green+Blue) = 117+149+23=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #759517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759517 is #8A6AE8. Grayscale: #7D7D7D. Windows color (decimal): -9071337 or 1545589. OLE color: 1545589.

HSL color Cylindrical-coordinate representation of color #759517: hue angle of 75.24º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #759517 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB11714923-
CMYK0.2100.850.42
HSL75.24º73.26%33.73%-
HSV(B)75.24º84.56%58.43%-
XYZ18.2425.344.74-
YUV125.0770.4122.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 23 (9.38% from 255) = 7.96%
R=40.48%
G=51.56%
B=7.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117149230.2100.850.4275.2473.2633.73
Hex759517150552A4b4922
Octal165225272501255211311142
Binary11101011001010110111101010101010110101010010111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759517; }

 p { color: rgb(117,149,23); }

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

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

 a { background-color: rgb(117,149,23); }

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

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

 span { border-color: rgb(117,149,23); }

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