#919570

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

Shades of Avocado #919570

Tints of Avocado #919570

Color information

#919570 (or 0x919570) is unknown color: approx Avocado. HEX triplet: 91, 95 and 70. RGB value is (145,149,112). Sum of RGB (Red+Green+Blue) = 145+149+112=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #919570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919570 is #6E6A8F. Grayscale: #8F8F8F. Windows color (decimal): -7236240 or 7378321. OLE color: 7378321.

HSL color Cylindrical-coordinate representation of color #919570: hue angle of 66.49º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #919570 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB145149112-
CMYK0.0300.250.42
HSL66.49º14.86%51.18%-
HSV(B)66.49º24.83%58.43%-
XYZ25.3528.6819.53-
YUV143.59110.17129.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.71%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=35.71%
G=36.70%
B=27.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451491120.0300.250.4266.4914.8651.18
Hex91957030192A42f33
Octal2212251603031521021763
Binary100100011001010111100001101100110101010000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919570; }

 p { color: rgb(145,149,112); }

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

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

 a { background-color: rgb(145,149,112); }

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

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

 span { border-color: rgb(145,149,112); }

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