Html Css Color HEX #899765 Avocado

📋 copy color: '#899765'

red 137 ◦ green 151 ◦ blue 101

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

Shades of Avocado #899765

Tints of Avocado #899765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 35.22%
G = 38.82%
B = 25.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#899765 (or 0x899765) is known color: Avocado. HEX triplet: 89, 97 and 65. RGB value is (137,151,101). Sum of RGB (Red+Green+Blue) = 137+151+101=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #899765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899765 is #76689A. Grayscale: #8D8D8D. Windows color (decimal): -7760027 or 6657929. OLE color: 6657929.

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

Color convert

RGB 137 151 101 -
CMYK 0.09 0 0.33 0.41
HSL 76.8º 0.2% 0.49% -
HSV(B) 76.8º 0.33% 0.59% -
XYZ 23.73 28.39 16.54 -
YUV 141.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 137 151 101 0.09 0 0.33 0.41 76.8 0.2 0.49
Hex 89 97 65 9 0 21 29 4D 14 31
Octal 211 227 145 11 0 41 51 115 24 61
Binary 10001001 10010111 1100101 1001 0 100001 101001 1001101 10100 110001

Color Harmonies of #899765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899765

Black with #899765

Text Example


Text Example

White with #899765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899765; }

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

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

background-color css

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

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

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

border-color css

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

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

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