#97995F

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

Shades of Avocado #97995F

Tints of Avocado #97995F

Color information

#97995F (or 0x97995F) is unknown color: approx Avocado. HEX triplet: 97, 99 and 5F. RGB value is (151,153,95). Sum of RGB (Red+Green+Blue) = 151+153+95=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #97995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97995F is #6866A0. Grayscale: #929292. Windows color (decimal): -6842017 or 6265239. OLE color: 6265239.

HSL color Cylindrical-coordinate representation of color #97995F: hue angle of 62.07º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97995F is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB15115395-
CMYK0.0100.380.4
HSL62.07º23.39%48.63%-
HSV(B)62.07º37.91%60%-
XYZ26.2230.1915.27-
YUV145.7999.34131.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.84%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=37.84%
G=38.35%
B=23.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151153950.0100.380.462.0723.3948.63
Hex97995F1026283e1731
Octal227231137104650762761
Binary100101111001100110111111010011010100011111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97995F; }

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

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

<style>
 a { background-color: #97995F; }

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

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

<style>
 span { border-color: #97995F; }

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

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