#959B6F

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

Shades of Avocado #959B6F

Tints of Avocado #959B6F

Color information

#959B6F (or 0x959B6F) is unknown color: approx Avocado. HEX triplet: 95, 9B and 6F. RGB value is (149,155,111). Sum of RGB (Red+Green+Blue) = 149+155+111=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 155 - color contains mainly: green. Hex color #959B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B6F is #6A6490. Grayscale: #949494. Windows color (decimal): -6972561 or 7314325. OLE color: 7314325.

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

Color convert

RGB149155111-
CMYK0.0400.280.39
HSL68.18º18.03%52.16%-
HSV(B)68.18º28.39%60.78%-
XYZ26.9930.9819.6-
YUV148.19107.01128.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.90%
GREEN value IS 155 (60.94% from 255) = 37.35%
BLUE value IS 111 (43.75% from 255) = 26.75%
R=35.90%
G=37.35%
B=26.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491551110.0400.280.3968.1818.0352.16
Hex959B6F401C27441234
Octal2252331574034471042264
Binary10010101100110111101111100011100100111100010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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