#959A57

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

Shades of Avocado #959A57

Tints of Avocado #959A57

Color information

#959A57 (or 0x959A57) is unknown color: approx Avocado. HEX triplet: 95, 9A and 57. RGB value is (149,154,87). Sum of RGB (Red+Green+Blue) = 149+154+87=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 154 - color contains mainly: green. Hex color #959A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959A57 is #6A65A8. Grayscale: #919191. Windows color (decimal): -6972841 or 5741205. OLE color: 5741205.

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

Color convert

RGB14915487-
CMYK0.0300.440.40
HSL64.48º27.8%47.25%-
HSV(B)64.48º43.51%60.39%-
XYZ25.6730.1913.49-
YUV144.8795.34130.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 154 (60.55% from 255) = 39.49%
BLUE value IS 87 (34.38% from 255) = 22.31%
R=38.21%
G=39.49%
B=22.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149154870.0300.440.4064.4827.847.25
Hex959A57302C28401c2f
Octal2252321273054501003457
Binary10010101100110101010111110101100101000100000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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