Html Css Color HEX #8E9C67 Avocado

📋 copy color: '#8E9C67'

red 142 ◦ green 156 ◦ blue 103

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

Shades of Avocado #8E9C67

Tints of Avocado #8E9C67

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.9%

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

R = 35.41%
G = 38.9%
B = 25.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#8E9C67 (or 0x8E9C67) is known color: Avocado. HEX triplet: 8E, 9C and 67. RGB value is (142,156,103). Sum of RGB (Red+Green+Blue) = 142+156+103=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #8E9C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9C67 is #716398. Grayscale: #919191. Windows color (decimal): -7431065 or 6790286. OLE color: 6790286.

HSL color Cylindrical-coordinate representation of color #8E9C67: hue angle of 75.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E9C67 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 156 103 -
CMYK 0.09 0 0.34 0.39
HSL 75.85º 0.21% 0.51% -
HSV(B) 75.85º 0.34% 0.61% -
XYZ 25.49 30.51 17.38 -
YUV 145.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 142 156 103 0.09 0 0.34 0.39 75.85 0.21 0.51
Hex 8E 9C 67 9 0 22 27 4C 15 33
Octal 216 234 147 11 0 42 47 114 25 63
Binary 10001110 10011100 1100111 1001 0 100010 100111 1001100 10101 110011

Color Harmonies of #8E9C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9C67

Black with #8E9C67

Text Example


Text Example

White with #8E9C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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