#969563

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

Shades of Avocado #969563

Tints of Avocado #969563

Color information

#969563 (or 0x969563) is unknown color: approx Avocado. HEX triplet: 96, 95 and 63. RGB value is (150,149,99). Sum of RGB (Red+Green+Blue) = 150+149+99=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #969563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969563 is #696A9C. Grayscale: #8F8F8F. Windows color (decimal): -6908573 or 6526358. OLE color: 6526358.

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

Color convert

RGB15014999-
CMYK00.010.340.41
HSL58.82º20.48%48.82%-
HSV(B)58.82º34%58.82%-
XYZ25.5828.8816.03-
YUV143.6102.83132.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 99 (39.06% from 255) = 24.87%
R=37.69%
G=37.44%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501499900.010.340.4158.8220.4848.82
Hex9695630122293b1431
Octal226225143014251732461
Binary100101101001010111000110110001010100111101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969563; }

 p { color: rgb(150,149,99); }

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

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

 a { background-color: rgb(150,149,99); }

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

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

 span { border-color: rgb(150,149,99); }

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