Html Css Color HEX #899762 Avocado

📋 copy color: '#899762'

red 137 ◦ green 151 ◦ blue 98

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

Shades of Avocado #899762

Tints of Avocado #899762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.39%

R = 35.49%
G = 39.12%
B = 25.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#899762 (or 0x899762) is known color: Avocado. HEX triplet: 89, 97 and 62. RGB value is (137,151,98). Sum of RGB (Red+Green+Blue) = 137+151+98=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #899762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899762 is #76689D. Grayscale: #8C8C8C. Windows color (decimal): -7760030 or 6461321. OLE color: 6461321.

HSL color Cylindrical-coordinate representation of color #899762: hue angle of 75.85º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #899762 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 151 98 -
CMYK 0.09 0 0.35 0.41
HSL 75.85º 0.21% 0.49% -
HSV(B) 75.85º 0.35% 0.59% -
XYZ 23.59 28.33 15.78 -
YUV 140.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 137 151 98 0.09 0 0.35 0.41 75.85 0.21 0.49
Hex 89 97 62 9 0 23 29 4C 15 31
Octal 211 227 142 11 0 43 51 114 25 61
Binary 10001001 10010111 1100010 1001 0 100011 101001 1001100 10101 110001

Color Harmonies of #899762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899762

Black with #899762

Text Example


Text Example

White with #899762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899762; }

 p { color: rgb(137,151,98); }

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

background-color css

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

 a { background-color: rgb(137,151,98); }

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

border-color css

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

 span { border-color: rgb(137,151,98); }

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