Html Css Color HEX #909470 Avocado

📋 copy color: '#909470'

red 144 ◦ green 148 ◦ blue 112

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

Shades of Avocado #909470

Tints of Avocado #909470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 35.64%
G = 36.63%
B = 27.72%

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

#909470 (or 0x909470) is known color: Avocado. HEX triplet: 90, 94 and 70. RGB value is (144,148,112). Sum of RGB (Red+Green+Blue) = 144+148+112=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 148 - color contains mainly: green. Hex color #909470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909470 is #6F6B8F. Grayscale: #8E8E8E. Windows color (decimal): -7302032 or 7378064. OLE color: 7378064.

HSL color Cylindrical-coordinate representation of color #909470: hue angle of 66.67º 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 #909470 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 148 112 -
CMYK 0.03 0 0.24 0.42
HSL 66.67º 0.14% 0.51% -
HSV(B) 66.67º 0.24% 0.58% -
XYZ 25.02 28.28 19.47 -
YUV 142.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 144 148 112 0.03 0 0.24 0.42 66.67 0.14 0.51
Hex 90 94 70 3 0 18 2A 43 E 33
Octal 220 224 160 3 0 30 52 103 16 63
Binary 10010000 10010100 1110000 11 0 11000 101010 1000011 1110 110011

Color Harmonies of #909470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909470

Black with #909470

Text Example


Text Example

White with #909470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909470; }

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

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

background-color css

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

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

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

border-color css

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

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

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