#99975A

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

Shades of Avocado #99975A

Tints of Avocado #99975A

Color information

#99975A (or 0x99975A) is unknown color: approx Avocado. HEX triplet: 99, 97 and 5A. RGB value is (153,151,90). Sum of RGB (Red+Green+Blue) = 153+151+90=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99975A is #6668A5. Grayscale: #909090. Windows color (decimal): -6711462 or 5937049. OLE color: 5937049.

HSL color Cylindrical-coordinate representation of color #99975A: hue angle of 58.1º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99975A is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15315190-
CMYK00.010.410.4
HSL58.1º25.93%47.65%-
HSV(B)58.1º41.18%60%-
XYZ26.0529.6414.02-
YUV144.6497.16133.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 90 (35.55% from 255) = 22.84%
R=38.83%
G=38.32%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531519000.010.410.458.125.9347.65
Hex99975A0129283a1a30
Octal231227132015150723260
Binary100110011001011110110100110100110100011101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99975A; }

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

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

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

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

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

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

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

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