#919668

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

Shades of Avocado #919668

Tints of Avocado #919668

Color information

#919668 (or 0x919668) is unknown color: approx Avocado. HEX triplet: 91, 96 and 68. RGB value is (145,150,104). Sum of RGB (Red+Green+Blue) = 145+150+104=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #919668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919668 is #6E6997. Grayscale: #8F8F8F. Windows color (decimal): -7235992 or 6854289. OLE color: 6854289.

HSL color Cylindrical-coordinate representation of color #919668: hue angle of 66.52º 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 #919668 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB145150104-
CMYK0.0300.310.41
HSL66.52º18.11%49.8%-
HSV(B)66.52º30.67%58.82%-
XYZ25.0828.8317.34-
YUV143.26105.84129.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.34%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 104 (41.02% from 255) = 26.07%
R=36.34%
G=37.59%
B=26.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451501040.0300.310.4166.5218.1149.8
Hex919668301F29431232
Octal2212261503037511032262
Binary1001000110010110110100011011111101001100001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919668; }

 p { color: rgb(145,150,104); }

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

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

 a { background-color: rgb(145,150,104); }

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

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

 span { border-color: rgb(145,150,104); }

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