#909769

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

Shades of Avocado #909769

Tints of Avocado #909769

Color information

#909769 (or 0x909769) is unknown color: approx Avocado. HEX triplet: 90, 97 and 69. RGB value is (144,151,105). Sum of RGB (Red+Green+Blue) = 144+151+105=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #909769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909769 is #6F6896. Grayscale: #8F8F8F. Windows color (decimal): -7301271 or 6920080. OLE color: 6920080.

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

Color convert

RGB144151105-
CMYK0.0500.300.41
HSL69.13º18.11%50.2%-
HSV(B)69.13º30.46%59.22%-
XYZ25.1229.0817.65-
YUV143.66106.18128.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 151 (59.38% from 255) = 37.75%
BLUE value IS 105 (41.41% from 255) = 26.25%
R=36%
G=37.75%
B=26.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441511050.0500.300.4169.1318.1150.2
Hex909769501E29451232
Octal2202271515036511052262
Binary10010000100101111101001101011110101001100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909769; }

 p { color: rgb(144,151,105); }

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

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

 a { background-color: rgb(144,151,105); }

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

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

 span { border-color: rgb(144,151,105); }

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