#959A5D

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

Shades of Avocado #959A5D

Tints of Avocado #959A5D

Color information

#959A5D (or 0x959A5D) is unknown color: approx Avocado. HEX triplet: 95, 9A and 5D. RGB value is (149,154,93). Sum of RGB (Red+Green+Blue) = 149+154+93=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 154 - color contains mainly: green. Hex color #959A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959A5D is #6A65A2. Grayscale: #919191. Windows color (decimal): -6972835 or 6134421. OLE color: 6134421.

HSL color Cylindrical-coordinate representation of color #959A5D: hue angle of 64.92º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959A5D is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB14915493-
CMYK0.0300.400.40
HSL64.92º24.7%48.43%-
HSV(B)64.92º39.61%60.39%-
XYZ25.9330.2914.84-
YUV145.5598.34130.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 154 (60.55% from 255) = 38.89%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=37.63%
G=38.89%
B=23.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149154930.0300.400.4064.9224.748.43
Hex959A5D302828411930
Octal2252321353050501013160
Binary10010101100110101011101110101000101000100000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959A5D; }

 p { color: rgb(149,154,93); }

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

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

 a { background-color: rgb(149,154,93); }

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

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

 span { border-color: rgb(149,154,93); }

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