Html Css Color HEX #90996F Avocado

📋 copy color: '#90996F'

red 144 ◦ green 153 ◦ blue 111

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

Shades of Avocado #90996F

Tints of Avocado #90996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.5%

 BLUE value IS 111 (43.75% from 255) = 27.21%

R = 35.29%
G = 37.5%
B = 27.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#90996F (or 0x90996F) is known color: Avocado. HEX triplet: 90, 99 and 6F. RGB value is (144,153,111). Sum of RGB (Red+Green+Blue) = 144+153+111=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #90996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90996F is #6F6690. Grayscale: #919191. Windows color (decimal): -7300753 or 7313808. OLE color: 7313808.

HSL color Cylindrical-coordinate representation of color #90996F: hue angle of 72.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90996F is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 111 -
CMYK 0.06 0 0.27 0.4
HSL 72.86º 0.17% 0.52% -
HSV(B) 72.86º 0.27% 0.6% -
XYZ 25.76 29.86 19.44 -
YUV 145.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 144 153 111 0.06 0 0.27 0.4 72.86 0.17 0.52
Hex 90 99 6F 6 0 1B 28 49 11 34
Octal 220 231 157 6 0 33 50 111 21 64
Binary 10010000 10011001 1101111 110 0 11011 101000 1001001 10001 110100

Color Harmonies of #90996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90996F

Black with #90996F

Text Example


Text Example

White with #90996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90996F; }

 p { color: rgb(144,153,111); }

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

background-color css

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

 a { background-color: rgb(144,153,111); }

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

border-color css

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

 span { border-color: rgb(144,153,111); }

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