#979562

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

Shades of Avocado #979562

Tints of Avocado #979562

Color information

#979562 (or 0x979562) is unknown color: approx Avocado. HEX triplet: 97, 95 and 62. RGB value is (151,149,98). Sum of RGB (Red+Green+Blue) = 151+149+98=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #979562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979562 is #686A9D. Grayscale: #8F8F8F. Windows color (decimal): -6843038 or 6460823. OLE color: 6460823.

HSL color Cylindrical-coordinate representation of color #979562: hue angle of 57.74º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #979562 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB15114998-
CMYK00.010.350.41
HSL57.74º21.29%48.82%-
HSV(B)57.74º35.1%59.22%-
XYZ25.7128.9615.79-
YUV143.78102.16133.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.94%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=37.94%
G=37.44%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511499800.010.350.4157.7421.2948.82
Hex9795620123293a1531
Octal227225142014351722561
Binary100101111001010111000100110001110100111101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979562; }

 p { color: rgb(151,149,98); }

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

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

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

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

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

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

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