#909270

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

Shades of Avocado #909270

Tints of Avocado #909270

Color information

#909270 (or 0x909270) is unknown color: approx Avocado. HEX triplet: 90, 92 and 70. RGB value is (144,146,112). Sum of RGB (Red+Green+Blue) = 144+146+112=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #909270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909270 is #6F6D8F. Grayscale: #8D8D8D. Windows color (decimal): -7302544 or 7377552. OLE color: 7377552.

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

Color convert

RGB144146112-
CMYK0.0100.230.43
HSL63.53º13.49%50.59%-
HSV(B)63.53º23.29%57.25%-
XYZ24.7127.6619.37-
YUV141.53111.34129.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.82%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=35.82%
G=36.32%
B=27.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441461120.0100.230.4363.5313.4950.59
Hex90927010172B40d33
Octal2202221601027531001563
Binary10010000100100101110000101011110101110000001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909270; }

 p { color: rgb(144,146,112); }

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

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

 a { background-color: rgb(144,146,112); }

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

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

 span { border-color: rgb(144,146,112); }

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