Html Css Color HEX #909471 Avocado

📋 copy color: '#909471'

red 144 ◦ green 148 ◦ blue 113

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

Shades of Avocado #909471

Tints of Avocado #909471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 35.56%
G = 36.54%
B = 27.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#909471 (or 0x909471) is known color: Avocado. HEX triplet: 90, 94 and 71. RGB value is (144,148,113). Sum of RGB (Red+Green+Blue) = 144+148+113=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #909471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909471 is #6F6B8E. Grayscale: #8E8E8E. Windows color (decimal): -7302031 or 7443600. OLE color: 7443600.

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

Color convert

RGB 144 148 113 -
CMYK 0.03 0 0.24 0.42
HSL 66.86º 0.14% 0.51% -
HSV(B) 66.86º 0.24% 0.58% -
XYZ 25.07 28.3 19.76 -
YUV 142.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 144 148 113 0.03 0 0.24 0.42 66.86 0.14 0.51
Hex 90 94 71 3 0 18 2A 43 E 33
Octal 220 224 161 3 0 30 52 103 16 63
Binary 10010000 10010100 1110001 11 0 11000 101010 1000011 1110 110011

Color Harmonies of #909471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909471

Black with #909471

Text Example


Text Example

White with #909471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909471; }

 p { color: rgb(144,148,113); }

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

background-color css

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

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

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

border-color css

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

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

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