#909768

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

Shades of Avocado #909768

Tints of Avocado #909768

Color information

#909768 (or 0x909768) is unknown color: approx Avocado. HEX triplet: 90, 97 and 68. RGB value is (144,151,104). Sum of RGB (Red+Green+Blue) = 144+151+104=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #909768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909768 is #6F6897. Grayscale: #8F8F8F. Windows color (decimal): -7301272 or 6854544. OLE color: 6854544.

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

Color convert

RGB144151104-
CMYK0.0500.310.41
HSL68.94º18.43%50%-
HSV(B)68.94º31.13%59.22%-
XYZ25.0729.0617.39-
YUV143.55105.68128.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.09%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 104 (41.02% from 255) = 26.07%
R=36.09%
G=37.84%
B=26.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441511040.0500.310.4168.9418.4350
Hex909768501F29451232
Octal2202271505037511052262
Binary10010000100101111101000101011111101001100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909768; }

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

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

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

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

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

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

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

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