Html Css Color HEX #909060 Avocado

📋 copy color: '#909060'

red 144 ◦ green 144 ◦ blue 96

#909060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #909060

Tints of Avocado #909060

RGB

 RED value IS 144 (56.64% from 255) = 37.5%

 GREEN value IS 144 (56.64% from 255) = 37.5%

 BLUE value IS 96 (37.89% from 255) = 25%

R = 37.5%
G = 37.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#909060 (or 0x909060) is known color: Avocado. HEX triplet: 90, 90 and 60. RGB value is (144,144,96). Sum of RGB (Red+Green+Blue) = 144+144+96=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 144 - color contains mainly: red, green. Hex color #909060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909060 is #6F6F9F. Grayscale: #8A8A8A. Windows color (decimal): -7303072 or 6328464. OLE color: 6328464.

HSL color Cylindrical-coordinate representation of color #909060: hue angle of 60º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #909060 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 144 96 -
CMYK 0 0 0.33 0.44
HSL 60º 0.2% 0.47% -
HSV(B) 60º 0.33% 0.56% -
XYZ 23.59 26.72 14.98 -
YUV 138.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 144 144 96 0 0 0.33 0.44 60 0.2 0.47
Hex 90 90 60 0 0 21 2C 3C 14 2F
Octal 220 220 140 0 0 41 54 74 24 57
Binary 10010000 10010000 1100000 0 0 100001 101100 111100 10100 101111

Color Harmonies of #909060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909060

Black with #909060

Text Example


Text Example

White with #909060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909060; }

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

 H1.HeaderClassName
 {
   color: #909060;
 }
 .AnyTagClassName
 {
   color: #909060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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