Html Css Color HEX #8E9B68 Avocado

📋 copy color: '#8E9B68'

red 142 ◦ green 155 ◦ blue 104

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

Shades of Avocado #8E9B68

Tints of Avocado #8E9B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.94%

R = 35.41%
G = 38.65%
B = 25.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#8E9B68 (or 0x8E9B68) is known color: Avocado. HEX triplet: 8E, 9B and 68. RGB value is (142,155,104). Sum of RGB (Red+Green+Blue) = 142+155+104=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B68 is #716497. Grayscale: #919191. Windows color (decimal): -7431320 or 6855566. OLE color: 6855566.

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

Color convert

RGB 142 155 104 -
CMYK 0.08 0 0.33 0.39
HSL 75.29º 0.2% 0.51% -
HSV(B) 75.29º 0.33% 0.61% -
XYZ 25.38 30.19 17.59 -
YUV 145.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 142 155 104 0.08 0 0.33 0.39 75.29 0.2 0.51
Hex 8E 9B 68 8 0 21 27 4B 14 33
Octal 216 233 150 10 0 41 47 113 24 63
Binary 10001110 10011011 1101000 1000 0 100001 100111 1001011 10100 110011

Color Harmonies of #8E9B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9B68

Black with #8E9B68

Text Example


Text Example

White with #8E9B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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