#909968

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

Shades of Avocado #909968

Tints of Avocado #909968

Color information

#909968 (or 0x909968) is unknown color: approx Avocado. HEX triplet: 90, 99 and 68. RGB value is (144,153,104). Sum of RGB (Red+Green+Blue) = 144+153+104=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #909968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909968 is #6F6697. Grayscale: #909090. Windows color (decimal): -7300760 or 6855056. OLE color: 6855056.

HSL color Cylindrical-coordinate representation of color #909968: hue angle of 71.02º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #909968 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB144153104-
CMYK0.0600.320.4
HSL71.02º19.37%50.39%-
HSV(B)71.02º32.03%60%-
XYZ25.3929.7117.49-
YUV144.72105.02127.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=35.91%
G=38.15%
B=25.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441531040.0600.320.471.0219.3750.39
Hex909968602028471332
Octal2202311506040501072362
Binary100100001001100111010001100100000101000100011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909968; }

 p { color: rgb(144,153,104); }

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

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

 a { background-color: rgb(144,153,104); }

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

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

 span { border-color: rgb(144,153,104); }

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