#95976E

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

Shades of Avocado #95976E

Tints of Avocado #95976E

Color information

#95976E (or 0x95976E) is unknown color: approx Avocado. HEX triplet: 95, 97 and 6E. RGB value is (149,151,110). Sum of RGB (Red+Green+Blue) = 149+151+110=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 151 - color contains mainly: green. Hex color #95976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95976E is #6A6891. Grayscale: #919191. Windows color (decimal): -6973586 or 7247765. OLE color: 7247765.

HSL color Cylindrical-coordinate representation of color #95976E: hue angle of 62.93º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95976E is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB149151110-
CMYK0.0100.270.41
HSL62.93º16.47%51.18%-
HSV(B)62.93º27.15%59.22%-
XYZ26.2829.6519.09-
YUV145.73107.84130.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 110 (43.36% from 255) = 26.83%
R=36.34%
G=36.83%
B=26.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491511100.0100.270.4162.9316.4751.18
Hex95976E101B293f1033
Octal225227156103351772063
Binary10010101100101111101110101101110100111111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95976E; }

 p { color: rgb(149,151,110); }

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

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

 a { background-color: rgb(149,151,110); }

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

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

 span { border-color: rgb(149,151,110); }

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