#959970

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

Shades of Avocado #959970

Tints of Avocado #959970

Color information

#959970 (or 0x959970) is unknown color: approx Avocado. HEX triplet: 95, 99 and 70. RGB value is (149,153,112). Sum of RGB (Red+Green+Blue) = 149+153+112=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #959970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959970 is #6A668F. Grayscale: #939393. Windows color (decimal): -6973072 or 7379349. OLE color: 7379349.

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

Color convert

RGB149153112-
CMYK0.0300.270.4
HSL65.85º16.73%51.96%-
HSV(B)65.85º26.8%60%-
XYZ26.7130.3419.78-
YUV147.13108.17129.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=35.99%
G=36.96%
B=27.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491531120.0300.270.465.8516.7351.96
Hex959970301B28421134
Octal2252311603033501022164
Binary1001010110011001111000011011011101000100001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959970; }

 p { color: rgb(149,153,112); }

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

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

 a { background-color: rgb(149,153,112); }

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

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

 span { border-color: rgb(149,153,112); }

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