#909755

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

Shades of Avocado #909755

Tints of Avocado #909755

Color information

#909755 (or 0x909755) is unknown color: approx Avocado. HEX triplet: 90, 97 and 55. RGB value is (144,151,85). Sum of RGB (Red+Green+Blue) = 144+151+85=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 151 - color contains mainly: green. Hex color #909755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909755 is #6F68AA. Grayscale: #8D8D8D. Windows color (decimal): -7301291 or 5609360. OLE color: 5609360.

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

Color convert

RGB14415185-
CMYK0.0500.440.41
HSL66.36º27.97%46.27%-
HSV(B)66.36º43.71%59.22%-
XYZ24.2128.7212.86-
YUV141.3896.18129.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.89%
GREEN value IS 151 (59.38% from 255) = 39.74%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=37.89%
G=39.74%
B=22.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144151850.0500.440.4166.3627.9746.27
Hex909755502C29421c2e
Octal2202271255054511023456
Binary100100001001011110101011010101100101001100001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909755; }

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

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

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

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

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

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

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

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