#979762

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

Shades of Avocado #979762

Tints of Avocado #979762

Color information

#979762 (or 0x979762) is unknown color: approx Avocado. HEX triplet: 97, 97 and 62. RGB value is (151,151,98). Sum of RGB (Red+Green+Blue) = 151+151+98=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979762 is #68689D. Grayscale: #919191. Windows color (decimal): -6842526 or 6461335. OLE color: 6461335.

HSL color Cylindrical-coordinate representation of color #979762: hue angle of 60º 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 #979762 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB15115198-
CMYK000.350.41
HSL60º21.29%48.82%-
HSV(B)60º35.1%59.22%-
XYZ26.0329.5915.9-
YUV144.96101.5132.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 151 (59.38% from 255) = 37.75%
BLUE value IS 98 (38.67% from 255) = 24.5%
R=37.75%
G=37.75%
B=24.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15115198000.350.416021.2948.82
Hex9797620023293c1531
Octal227227142004351742561
Binary100101111001011111000100010001110100111110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979762; }

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

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

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

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

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

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

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

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