#999E66

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

Shades of Avocado #999E66

Tints of Avocado #999E66

Color information

#999E66 (or 0x999E66) is unknown color: approx Avocado. HEX triplet: 99, 9E and 66. RGB value is (153,158,102). Sum of RGB (Red+Green+Blue) = 153+158+102=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 158 - color contains mainly: green. Hex color #999E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E66 is #666199. Grayscale: #969696. Windows color (decimal): -6709658 or 6725273. OLE color: 6725273.

HSL color Cylindrical-coordinate representation of color #999E66: hue angle of 65.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999E66 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB153158102-
CMYK0.0300.350.38
HSL65.36º22.4%50.98%-
HSV(B)65.36º35.44%61.96%-
XYZ27.7632.1917.32-
YUV150.12100.84130.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.05%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=37.05%
G=38.26%
B=24.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531581020.0300.350.3865.3622.450.98
Hex999E66302326411633
Octal2312361463043461012663
Binary10011001100111101100110110100011100110100000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,158,102); }

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

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

 a { background-color: rgb(153,158,102); }

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

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

 span { border-color: rgb(153,158,102); }

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