#759915

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

Shades of Olive Drab #759915

Tints of Olive Drab #759915

Color information

#759915 (or 0x759915) is unknown color: approx Olive Drab. HEX triplet: 75, 99 and 15. RGB value is (117,153,21). Sum of RGB (Red+Green+Blue) = 117+153+21=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #759915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759915 is #8A66EA. Grayscale: #7F7F7F. Windows color (decimal): -9070315 or 1415541. OLE color: 1415541.

HSL color Cylindrical-coordinate representation of color #759915: hue angle of 76.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #759915 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB11715321-
CMYK0.2400.860.4
HSL76.36º75.86%34.12%-
HSV(B)76.36º86.27%60%-
XYZ18.8626.624.85-
YUV127.1968.07120.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 153 (60.16% from 255) = 52.58%
BLUE value IS 21 (8.59% from 255) = 7.22%
R=40.21%
G=52.58%
B=7.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117153210.2400.860.476.3675.8634.12
Hex75991518056284c4c22
Octal165231253001265011411442
Binary11101011001100110101110000101011010100010011001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759915; }

 p { color: rgb(117,153,21); }

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

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

 a { background-color: rgb(117,153,21); }

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

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

 span { border-color: rgb(117,153,21); }

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