#999756

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

Shades of Avocado #999756

Tints of Avocado #999756

Color information

#999756 (or 0x999756) is unknown color: approx Avocado. HEX triplet: 99, 97 and 56. RGB value is (153,151,86). Sum of RGB (Red+Green+Blue) = 153+151+86=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #999756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999756 is #6668A9. Grayscale: #909090. Windows color (decimal): -6711466 or 5674905. OLE color: 5674905.

HSL color Cylindrical-coordinate representation of color #999756: hue angle of 58.21º 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 #999756 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15315186-
CMYK00.010.440.4
HSL58.21º28.03%46.86%-
HSV(B)58.21º43.79%60%-
XYZ25.8829.5813.15-
YUV144.1995.16134.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 151 (59.38% from 255) = 38.72%
BLUE value IS 86 (33.98% from 255) = 22.05%
R=39.23%
G=38.72%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531518600.010.440.458.2128.0346.86
Hex999756012C283a1c2f
Octal231227126015450723457
Binary100110011001011110101100110110010100011101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999756; }

 p { color: rgb(153,151,86); }

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

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

 a { background-color: rgb(153,151,86); }

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

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

 span { border-color: rgb(153,151,86); }

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