Html Css Color HEX #8E9759 Avocado

📋 copy color: '#8E9759'

red 142 ◦ green 151 ◦ blue 89

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

Shades of Avocado #8E9759

Tints of Avocado #8E9759

RGB

 RED value IS 142 (55.86% from 255) = 37.17%

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

 BLUE value IS 89 (35.16% from 255) = 23.3%

R = 37.17%
G = 39.53%
B = 23.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#8E9759 (or 0x8E9759) is known color: Avocado. HEX triplet: 8E, 97 and 59. RGB value is (142,151,89). Sum of RGB (Red+Green+Blue) = 142+151+89=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9759 is #7168A6. Grayscale: #8D8D8D. Windows color (decimal): -7432359 or 5871502. OLE color: 5871502.

HSL color Cylindrical-coordinate representation of color #8E9759: hue angle of 68.71º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E9759 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 151 89 -
CMYK 0.06 0 0.41 0.41
HSL 68.71º 0.26% 0.47% -
HSV(B) 68.71º 0.41% 0.59% -
XYZ 24.03 28.61 13.71 -
YUV 141.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 142 151 89 0.06 0 0.41 0.41 68.71 0.26 0.47
Hex 8E 97 59 6 0 29 29 45 1A 2F
Octal 216 227 131 6 0 51 51 105 32 57
Binary 10001110 10010111 1011001 110 0 101001 101001 1000101 11010 101111

Color Harmonies of #8E9759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9759

Black with #8E9759

Text Example


Text Example

White with #8E9759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E9759; }

 p { color: rgb(142,151,89); }

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

background-color css

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

 a { background-color: rgb(142,151,89); }

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

border-color css

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

 span { border-color: rgb(142,151,89); }

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