#919060

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

Shades of Avocado #919060

Tints of Avocado #919060

Color information

#919060 (or 0x919060) is unknown color: approx Avocado. HEX triplet: 91, 90 and 60. RGB value is (145,144,96). Sum of RGB (Red+Green+Blue) = 145+144+96=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #919060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919060 is #6E6F9F. Grayscale: #8B8B8B. Windows color (decimal): -7237536 or 6328465. OLE color: 6328465.

HSL color Cylindrical-coordinate representation of color #919060: hue angle of 58.78º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #919060 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB14514496-
CMYK00.010.340.43
HSL58.78º20.33%47.25%-
HSV(B)58.78º33.79%56.86%-
XYZ23.7626.8114.99-
YUV138.83103.83132.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=37.66%
G=37.40%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451449600.010.340.4358.7820.3347.25
Hex91906001222B3b142f
Octal221220140014253732457
Binary100100011001000011000000110001010101111101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919060; }

 p { color: rgb(145,144,96); }

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

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

 a { background-color: rgb(145,144,96); }

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

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

 span { border-color: rgb(145,144,96); }

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