Html Css Color HEX #8E9B61 Avocado

📋 copy color: '#8E9B61'

red 142 ◦ green 155 ◦ blue 97

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

Shades of Avocado #8E9B61

Tints of Avocado #8E9B61

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.34%

 BLUE value IS 97 (38.28% from 255) = 24.62%

R = 36.04%
G = 39.34%
B = 24.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#8E9B61 (or 0x8E9B61) is known color: Avocado. HEX triplet: 8E, 9B and 61. RGB value is (142,155,97). Sum of RGB (Red+Green+Blue) = 142+155+97=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B61 is #71649E. Grayscale: #909090. Windows color (decimal): -7431327 or 6396814. OLE color: 6396814.

HSL color Cylindrical-coordinate representation of color #8E9B61: hue angle of 73.45º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E9B61 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 155 97 -
CMYK 0.08 0 0.37 0.39
HSL 73.45º 0.23% 0.49% -
HSV(B) 73.45º 0.37% 0.61% -
XYZ 25.03 30.06 15.79 -
YUV 144.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 142 155 97 0.08 0 0.37 0.39 73.45 0.23 0.49
Hex 8E 9B 61 8 0 25 27 49 17 31
Octal 216 233 141 10 0 45 47 111 27 61
Binary 10001110 10011011 1100001 1000 0 100101 100111 1001001 10111 110001

Color Harmonies of #8E9B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9B61

Black with #8E9B61

Text Example


Text Example

White with #8E9B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,155,97); }

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

background-color css

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

 a { background-color: rgb(142,155,97); }

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

border-color css

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

 span { border-color: rgb(142,155,97); }

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