Html Css Color HEX #8E9C69 Avocado

📋 copy color: '#8E9C69'

red 142 ◦ green 156 ◦ blue 105

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

Shades of Avocado #8E9C69

Tints of Avocado #8E9C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.05%

R = 35.24%
G = 38.71%
B = 26.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#8E9C69 (or 0x8E9C69) is known color: Avocado. HEX triplet: 8E, 9C and 69. RGB value is (142,156,105). Sum of RGB (Red+Green+Blue) = 142+156+105=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #8E9C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9C69 is #716396. Grayscale: #929292. Windows color (decimal): -7431063 or 6921358. OLE color: 6921358.

HSL color Cylindrical-coordinate representation of color #8E9C69: hue angle of 76.47º 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 #8E9C69 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 156 105 -
CMYK 0.09 0 0.33 0.39
HSL 76.47º 0.2% 0.51% -
HSV(B) 76.47º 0.33% 0.61% -
XYZ 25.59 30.55 17.91 -
YUV 146 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 142 156 105 0.09 0 0.33 0.39 76.47 0.2 0.51
Hex 8E 9C 69 9 0 21 27 4C 14 33
Octal 216 234 151 11 0 41 47 114 24 63
Binary 10001110 10011100 1101001 1001 0 100001 100111 1001100 10100 110011

Color Harmonies of #8E9C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9C69

Black with #8E9C69

Text Example


Text Example

White with #8E9C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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