#999E6D

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

Shades of Avocado #999E6D

Tints of Avocado #999E6D

Color information

#999E6D (or 0x999E6D) is unknown color: approx Avocado. HEX triplet: 99, 9E and 6D. RGB value is (153,158,109). Sum of RGB (Red+Green+Blue) = 153+158+109=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 158 - color contains mainly: green. Hex color #999E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E6D is #666192. Grayscale: #979797. Windows color (decimal): -6709651 or 7184025. OLE color: 7184025.

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

Color convert

RGB153158109-
CMYK0.0300.310.38
HSL66.12º20.16%52.35%-
HSV(B)66.12º31.01%61.96%-
XYZ28.1232.3319.23-
YUV150.92104.34129.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 158 (62.11% from 255) = 37.62%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=36.43%
G=37.62%
B=25.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531581090.0300.310.3866.1220.1652.35
Hex999E6D301F26421434
Octal2312361553037461022464
Binary1001100110011110110110111011111100110100001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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