#969753

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

Shades of Avocado #969753

Tints of Avocado #969753

Color information

#969753 (or 0x969753) is unknown color: approx Avocado. HEX triplet: 96, 97 and 53. RGB value is (150,151,83). Sum of RGB (Red+Green+Blue) = 150+151+83=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 151 - color contains mainly: green. Hex color #969753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969753 is #6968AC. Grayscale: #8F8F8F. Windows color (decimal): -6908077 or 5478294. OLE color: 5478294.

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

Color convert

RGB15015183-
CMYK0.0100.450.41
HSL60.88º29.06%45.88%-
HSV(B)60.88º45.03%59.22%-
XYZ25.2129.2412.5-
YUV142.9594.17133.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.06%
GREEN value IS 151 (59.38% from 255) = 39.32%
BLUE value IS 83 (32.81% from 255) = 21.61%
R=39.06%
G=39.32%
B=21.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150151830.0100.450.4160.8829.0645.88
Hex969753102D293d1d2e
Octal226227123105551753556
Binary100101101001011110100111010110110100111110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969753; }

 p { color: rgb(150,151,83); }

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

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

 a { background-color: rgb(150,151,83); }

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

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

 span { border-color: rgb(150,151,83); }

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