#97995E

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

Shades of Avocado #97995E

Tints of Avocado #97995E

Color information

#97995E (or 0x97995E) is unknown color: approx Avocado. HEX triplet: 97, 99 and 5E. RGB value is (151,153,94). Sum of RGB (Red+Green+Blue) = 151+153+94=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #97995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97995E is #6866A1. Grayscale: #919191. Windows color (decimal): -6842018 or 6199703. OLE color: 6199703.

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

Color convert

RGB15115394-
CMYK0.0100.390.4
HSL62.03º23.89%48.43%-
HSV(B)62.03º38.56%60%-
XYZ26.1730.1715.03-
YUV145.6898.84131.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.94%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 94 (37.11% from 255) = 23.62%
R=37.94%
G=38.44%
B=23.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151153940.0100.390.462.0323.8948.43
Hex97995E1027283e1830
Octal227231136104750763060
Binary100101111001100110111101010011110100011111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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