Html Css Color HEX #909372 Avocado

📋 copy color: '#909372'

red 144 ◦ green 147 ◦ blue 114

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

Shades of Avocado #909372

Tints of Avocado #909372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.3%

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

R = 35.56%
G = 36.3%
B = 28.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#909372 (or 0x909372) is known color: Avocado. HEX triplet: 90, 93 and 72. RGB value is (144,147,114). Sum of RGB (Red+Green+Blue) = 144+147+114=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #909372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909372 is #6F6C8D. Grayscale: #8E8E8E. Windows color (decimal): -7302286 or 7508880. OLE color: 7508880.

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

Color convert

RGB 144 147 114 -
CMYK 0.02 0 0.22 0.42
HSL 65.45º 0.13% 0.51% -
HSV(B) 65.45º 0.22% 0.58% -
XYZ 24.97 28.01 20.01 -
YUV 142.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 144 147 114 0.02 0 0.22 0.42 65.45 0.13 0.51
Hex 90 93 72 2 0 16 2A 41 D 33
Octal 220 223 162 2 0 26 52 101 15 63
Binary 10010000 10010011 1110010 10 0 10110 101010 1000001 1101 110011

Color Harmonies of #909372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909372

Black with #909372

Text Example


Text Example

White with #909372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909372; }

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

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

background-color css

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

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

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

border-color css

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

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

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