#969955

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

Shades of Avocado #969955

Tints of Avocado #969955

Color information

#969955 (or 0x969955) is unknown color: approx Avocado. HEX triplet: 96, 99 and 55. RGB value is (150,153,85). Sum of RGB (Red+Green+Blue) = 150+153+85=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #969955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969955 is #6966AA. Grayscale: #909090. Windows color (decimal): -6907563 or 5609878. OLE color: 5609878.

HSL color Cylindrical-coordinate representation of color #969955: hue angle of 62.65º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #969955 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15015385-
CMYK0.0200.440.4
HSL62.65º28.57%46.67%-
HSV(B)62.65º44.44%60%-
XYZ25.6129.9213.02-
YUV144.3594.51132.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 85 (33.59% from 255) = 21.91%
R=38.66%
G=39.43%
B=21.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150153850.0200.440.462.6528.5746.67
Hex969955202C283f1d2f
Octal226231125205450773557
Binary1001011010011001101010110010110010100011111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969955; }

 p { color: rgb(150,153,85); }

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

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

 a { background-color: rgb(150,153,85); }

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

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

 span { border-color: rgb(150,153,85); }

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