Html Css Color HEX #909472 Avocado

📋 copy color: '#909472'

red 144 ◦ green 148 ◦ blue 114

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

Shades of Avocado #909472

Tints of Avocado #909472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.08%

R = 35.47%
G = 36.45%
B = 28.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#909472 (or 0x909472) is known color: Avocado. HEX triplet: 90, 94 and 72. RGB value is (144,148,114). Sum of RGB (Red+Green+Blue) = 144+148+114=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #909472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909472 is #6F6B8D. Grayscale: #8F8F8F. Windows color (decimal): -7302030 or 7509136. OLE color: 7509136.

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

Color convert

RGB 144 148 114 -
CMYK 0.03 0 0.23 0.42
HSL 67.06º 0.14% 0.51% -
HSV(B) 67.06º 0.23% 0.58% -
XYZ 25.13 28.32 20.06 -
YUV 142.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 144 148 114 0.03 0 0.23 0.42 67.06 0.14 0.51
Hex 90 94 72 3 0 17 2A 43 E 33
Octal 220 224 162 3 0 27 52 103 16 63
Binary 10010000 10010100 1110010 11 0 10111 101010 1000011 1110 110011

Color Harmonies of #909472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909472

Black with #909472

Text Example


Text Example

White with #909472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909472; }

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

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

background-color css

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

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

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

border-color css

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

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

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