Html Css Color HEX #8E9767 Avocado

📋 copy color: '#8E9767'

red 142 ◦ green 151 ◦ blue 103

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

Shades of Avocado #8E9767

Tints of Avocado #8E9767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.01%

R = 35.86%
G = 38.13%
B = 26.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#8E9767 (or 0x8E9767) is known color: Avocado. HEX triplet: 8E, 97 and 67. RGB value is (142,151,103). Sum of RGB (Red+Green+Blue) = 142+151+103=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9767 is #716898. Grayscale: #8F8F8F. Windows color (decimal): -7432345 or 6789006. OLE color: 6789006.

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

Color convert

RGB 142 151 103 -
CMYK 0.06 0 0.32 0.41
HSL 71.25º 0.19% 0.5% -
HSV(B) 71.25º 0.32% 0.59% -
XYZ 24.67 28.86 17.1 -
YUV 142.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 142 151 103 0.06 0 0.32 0.41 71.25 0.19 0.5
Hex 8E 97 67 6 0 20 29 47 13 32
Octal 216 227 147 6 0 40 51 107 23 62
Binary 10001110 10010111 1100111 110 0 100000 101001 1000111 10011 110010

Color Harmonies of #8E9767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9767

Black with #8E9767

Text Example


Text Example

White with #8E9767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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