#959B6D

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

Shades of Avocado #959B6D

Tints of Avocado #959B6D

Color information

#959B6D (or 0x959B6D) is unknown color: approx Avocado. HEX triplet: 95, 9B and 6D. RGB value is (149,155,109). Sum of RGB (Red+Green+Blue) = 149+155+109=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #959B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B6D is #6A6492. Grayscale: #949494. Windows color (decimal): -6972563 or 7183253. OLE color: 7183253.

HSL color Cylindrical-coordinate representation of color #959B6D: hue angle of 67.83º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #959B6D is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB149155109-
CMYK0.0400.300.39
HSL67.83º18.7%51.76%-
HSV(B)67.83º29.68%60.78%-
XYZ26.8830.9419.02-
YUV147.96106.01128.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 155 (60.94% from 255) = 37.53%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=36.08%
G=37.53%
B=26.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491551090.0400.300.3967.8318.751.76
Hex959B6D401E27441334
Octal2252331554036471042364
Binary10010101100110111101101100011110100111100010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,155,109); }

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

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

 a { background-color: rgb(149,155,109); }

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

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

 span { border-color: rgb(149,155,109); }

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