#979958

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

Shades of Avocado #979958

Tints of Avocado #979958

Color information

#979958 (or 0x979958) is unknown color: approx Avocado. HEX triplet: 97, 99 and 58. RGB value is (151,153,88). Sum of RGB (Red+Green+Blue) = 151+153+88=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #979958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979958 is #6866A7. Grayscale: #919191. Windows color (decimal): -6842024 or 5806487. OLE color: 5806487.

HSL color Cylindrical-coordinate representation of color #979958: hue angle of 61.85º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #979958 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB15115388-
CMYK0.0100.420.4
HSL61.85º26.97%47.25%-
HSV(B)61.85º42.48%60%-
XYZ25.9230.0713.67-
YUV144.9995.84132.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.52%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 88 (34.77% from 255) = 22.45%
R=38.52%
G=39.03%
B=22.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151153880.0100.420.461.8526.9747.25
Hex979958102A283e1b2f
Octal227231130105250763357
Binary100101111001100110110001010101010100011111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979958; }

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

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

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

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

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

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

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

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