#999C6D

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

Shades of Avocado #999C6D

Tints of Avocado #999C6D

Color information

#999C6D (or 0x999C6D) is unknown color: approx Avocado. HEX triplet: 99, 9C and 6D. RGB value is (153,156,109). Sum of RGB (Red+Green+Blue) = 153+156+109=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 156 - color contains mainly: green. Hex color #999C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C6D is #666392. Grayscale: #959595. Windows color (decimal): -6710163 or 7183513. OLE color: 7183513.

HSL color Cylindrical-coordinate representation of color #999C6D: hue angle of 63.83º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #999C6D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB153156109-
CMYK0.0200.300.39
HSL63.83º19.18%51.96%-
HSV(B)63.83º30.13%61.18%-
XYZ27.7931.6519.11-
YUV149.74105.01130.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.60%
GREEN value IS 156 (61.33% from 255) = 37.32%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=36.60%
G=37.32%
B=26.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531561090.0200.300.3963.8319.1851.96
Hex999C6D201E27401334
Octal2312341552036471002364
Binary1001100110011100110110110011110100111100000010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999C6D; }

 p { color: rgb(153,156,109); }

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

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

 a { background-color: rgb(153,156,109); }

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

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

 span { border-color: rgb(153,156,109); }

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