Html Css Color HEX #899669 Avocado

📋 copy color: '#899669'

red 137 ◦ green 150 ◦ blue 105

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

Shades of Avocado #899669

Tints of Avocado #899669

RGB

 RED value IS 137 (53.91% from 255) = 34.95%

 GREEN value IS 150 (58.98% from 255) = 38.27%

 BLUE value IS 105 (41.41% from 255) = 26.79%

R = 34.95%
G = 38.27%
B = 26.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#899669 (or 0x899669) is known color: Avocado. HEX triplet: 89, 96 and 69. RGB value is (137,150,105). Sum of RGB (Red+Green+Blue) = 137+150+105=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #899669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899669 is #766996. Grayscale: #8D8D8D. Windows color (decimal): -7760279 or 6919817. OLE color: 6919817.

HSL color Cylindrical-coordinate representation of color #899669: hue angle of 77.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #899669 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 150 105 -
CMYK 0.09 0 0.30 0.41
HSL 77.33º 0.18% 0.5% -
HSV(B) 77.33º 0.3% 0.59% -
XYZ 23.77 28.15 17.55 -
YUV 140.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 137 150 105 0.09 0 0.30 0.41 77.33 0.18 0.5
Hex 89 96 69 9 0 1E 29 4D 12 32
Octal 211 226 151 11 0 36 51 115 22 62
Binary 10001001 10010110 1101001 1001 0 11110 101001 1001101 10010 110010

Color Harmonies of #899669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899669

Black with #899669

Text Example


Text Example

White with #899669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899669; }

 p { color: rgb(137,150,105); }

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

background-color css

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

 a { background-color: rgb(137,150,105); }

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

border-color css

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

 span { border-color: rgb(137,150,105); }

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