#95976D

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

Shades of Avocado #95976D

Tints of Avocado #95976D

Color information

#95976D (or 0x95976D) is unknown color: approx Avocado. HEX triplet: 95, 97 and 6D. RGB value is (149,151,109). Sum of RGB (Red+Green+Blue) = 149+151+109=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 151 - color contains mainly: green. Hex color #95976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95976D is #6A6892. Grayscale: #919191. Windows color (decimal): -6973587 or 7182229. OLE color: 7182229.

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

Color convert

RGB149151109-
CMYK0.0100.280.41
HSL62.86º16.8%50.98%-
HSV(B)62.86º27.81%59.22%-
XYZ26.2229.6318.8-
YUV145.61107.34130.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=36.43%
G=36.92%
B=26.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491511090.0100.280.4162.8616.850.98
Hex95976D101C293f1133
Octal225227155103451772163
Binary10010101100101111101101101110010100111111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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