#959768

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

Shades of Avocado #959768

Tints of Avocado #959768

Color information

#959768 (or 0x959768) is unknown color: approx Avocado. HEX triplet: 95, 97 and 68. RGB value is (149,151,104). Sum of RGB (Red+Green+Blue) = 149+151+104=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 151 - color contains mainly: green. Hex color #959768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959768 is #6A6897. Grayscale: #919191. Windows color (decimal): -6973592 or 6854549. OLE color: 6854549.

HSL color Cylindrical-coordinate representation of color #959768: hue angle of 62.55º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #959768 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB149151104-
CMYK0.0100.310.41
HSL62.55º18.43%50%-
HSV(B)62.55º31.13%59.22%-
XYZ25.9629.5217.43-
YUV145.04104.84130.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=36.88%
G=37.38%
B=25.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491511040.0100.310.4162.5518.4350
Hex959768101F293f1232
Octal225227150103751772262
Binary10010101100101111101000101111110100111111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959768; }

 p { color: rgb(149,151,104); }

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

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

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

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

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

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

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