#959959

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

Shades of Avocado #959959

Tints of Avocado #959959

Color information

#959959 (or 0x959959) is unknown color: approx Avocado. HEX triplet: 95, 99 and 59. RGB value is (149,153,89). Sum of RGB (Red+Green+Blue) = 149+153+89=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #959959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959959 is #6A66A6. Grayscale: #909090. Windows color (decimal): -6973095 or 5872021. OLE color: 5872021.

HSL color Cylindrical-coordinate representation of color #959959: hue angle of 63.75º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #959959 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB14915389-
CMYK0.0300.420.4
HSL63.75º26.45%47.45%-
HSV(B)63.75º41.83%60%-
XYZ25.5929.8913.87-
YUV144.5196.67131.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 89 (35.16% from 255) = 22.76%
R=38.11%
G=39.13%
B=22.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149153890.0300.420.463.7526.4547.45
Hex959959302A28401a2f
Octal2252311313052501003257
Binary10010101100110011011001110101010101000100000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959959; }

 p { color: rgb(149,153,89); }

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

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

 a { background-color: rgb(149,153,89); }

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

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

 span { border-color: rgb(149,153,89); }

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