#999657

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

Shades of Avocado #999657

Tints of Avocado #999657

Color information

#999657 (or 0x999657) is unknown color: approx Avocado. HEX triplet: 99, 96 and 57. RGB value is (153,150,87). Sum of RGB (Red+Green+Blue) = 153+150+87=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #999657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999657 is #6669A8. Grayscale: #8F8F8F. Windows color (decimal): -6711721 or 5740185. OLE color: 5740185.

HSL color Cylindrical-coordinate representation of color #999657: hue angle of 57.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #999657 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB15315087-
CMYK00.020.430.4
HSL57.27º27.5%47.06%-
HSV(B)57.27º43.14%60%-
XYZ25.7629.2713.31-
YUV143.7295.99134.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 87 (34.38% from 255) = 22.31%
R=39.23%
G=38.46%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531508700.020.430.457.2727.547.06
Hex999657022B28391c2f
Octal231226127025350713457
Binary1001100110010110101011101010101110100011100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999657; }

 p { color: rgb(153,150,87); }

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

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

 a { background-color: rgb(153,150,87); }

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

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

 span { border-color: rgb(153,150,87); }

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