#979B5D

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

Shades of Avocado #979B5D

Tints of Avocado #979B5D

Color information

#979B5D (or 0x979B5D) is unknown color: approx Avocado. HEX triplet: 97, 9B and 5D. RGB value is (151,155,93). Sum of RGB (Red+Green+Blue) = 151+155+93=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #979B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979B5D is #6864A2. Grayscale: #929292. Windows color (decimal): -6841507 or 6134679. OLE color: 6134679.

HSL color Cylindrical-coordinate representation of color #979B5D: hue angle of 63.87º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #979B5D is Cyan = 0.03, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB15115593-
CMYK0.0300.40.39
HSL63.87º25%48.63%-
HSV(B)63.87º40%60.78%-
XYZ26.4630.8114.91-
YUV146.7497.67131.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.84%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=37.84%
G=38.85%
B=23.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151155930.0300.40.3963.872548.63
Hex979B5D302827401931
Octal2272331353050471003161
Binary10010111100110111011101110101000100111100000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979B5D; }

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

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

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

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

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

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

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

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