Html Css Color HEX #90976E Avocado

📋 copy color: '#90976E'

red 144 ◦ green 151 ◦ blue 110

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

Shades of Avocado #90976E

Tints of Avocado #90976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.28%

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 35.56%
G = 37.28%
B = 27.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#90976E (or 0x90976E) is known color: Avocado. HEX triplet: 90, 97 and 6E. RGB value is (144,151,110). Sum of RGB (Red+Green+Blue) = 144+151+110=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 151 - color contains mainly: green. Hex color #90976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90976E is #6F6891. Grayscale: #909090. Windows color (decimal): -7301266 or 7247760. OLE color: 7247760.

HSL color Cylindrical-coordinate representation of color #90976E: hue angle of 70.24º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90976E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 151 110 -
CMYK 0.05 0 0.27 0.41
HSL 70.24º 0.16% 0.51% -
HSV(B) 70.24º 0.27% 0.59% -
XYZ 25.38 29.19 19.05 -
YUV 144.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 144 151 110 0.05 0 0.27 0.41 70.24 0.16 0.51
Hex 90 97 6E 5 0 1B 29 46 10 33
Octal 220 227 156 5 0 33 51 106 20 63
Binary 10010000 10010111 1101110 101 0 11011 101001 1000110 10000 110011

Color Harmonies of #90976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90976E

Black with #90976E

Text Example


Text Example

White with #90976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90976E; }

 p { color: rgb(144,151,110); }

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

background-color css

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

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

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

border-color css

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

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

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