#959974

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

Shades of Avocado #959974

Tints of Avocado #959974

Color information

#959974 (or 0x959974) is unknown color: approx Avocado. HEX triplet: 95, 99 and 74. RGB value is (149,153,116). Sum of RGB (Red+Green+Blue) = 149+153+116=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #959974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959974 is #6A668B. Grayscale: #939393. Windows color (decimal): -6973068 or 7641493. OLE color: 7641493.

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

Color convert

RGB149153116-
CMYK0.0300.240.4
HSL66.49º15.35%52.75%-
HSV(B)66.49º24.18%60%-
XYZ26.9430.4320.98-
YUV147.59110.17129.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.65%
GREEN value IS 153 (60.16% from 255) = 36.60%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=35.65%
G=36.60%
B=27.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491531160.0300.240.466.4915.3552.75
Hex95997430182842f35
Octal2252311643030501021765
Binary100101011001100111101001101100010100010000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959974; }

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

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

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

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

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

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

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

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