#97996B

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

Shades of Avocado #97996B

Tints of Avocado #97996B

Color information

#97996B (or 0x97996B) is unknown color: approx Avocado. HEX triplet: 97, 99 and 6B. RGB value is (151,153,107). Sum of RGB (Red+Green+Blue) = 151+153+107=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #97996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97996B is #686694. Grayscale: #939393. Windows color (decimal): -6842005 or 7051671. OLE color: 7051671.

HSL color Cylindrical-coordinate representation of color #97996B: hue angle of 62.61º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97996B is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB151153107-
CMYK0.0100.300.4
HSL62.61º18.4%50.98%-
HSV(B)62.61º30.07%60%-
XYZ26.8130.4218.37-
YUV147.16105.34130.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.74%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 107 (42.19% from 255) = 26.03%
R=36.74%
G=37.23%
B=26.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511531070.0100.300.462.6118.450.98
Hex97996B101E283f1233
Octal227231153103650772263
Binary10010111100110011101011101111010100011111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97996B; }

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

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

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

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

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

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

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

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