#97975D

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

Shades of Avocado #97975D

Tints of Avocado #97975D

Color information

#97975D (or 0x97975D) is unknown color: approx Avocado. HEX triplet: 97, 97 and 5D. RGB value is (151,151,93). Sum of RGB (Red+Green+Blue) = 151+151+93=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 151 - color contains mainly: red, green. Hex color #97975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97975D is #6868A2. Grayscale: #909090. Windows color (decimal): -6842531 or 6133655. OLE color: 6133655.

HSL color Cylindrical-coordinate representation of color #97975D: hue angle of 60º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97975D is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB15115193-
CMYK000.380.41
HSL60º23.77%47.84%-
HSV(B)60º38.41%59.22%-
XYZ25.829.514.69-
YUV144.3999132.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.23%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=38.23%
G=38.23%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15115193000.380.416023.7747.84
Hex97975D0026293c1830
Octal227227135004651743060
Binary100101111001011110111010010011010100111110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97975D; }

 p { color: rgb(151,151,93); }

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

<style>
 a { background-color: #97975D; }

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

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

<style>
 span { border-color: #97975D; }

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

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