Html Css Color HEX #8E9965 Avocado

📋 copy color: '#8E9965'

red 142 ◦ green 153 ◦ blue 101

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

Shades of Avocado #8E9965

Tints of Avocado #8E9965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.64%

 BLUE value IS 101 (39.84% from 255) = 25.51%

R = 35.86%
G = 38.64%
B = 25.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#8E9965 (or 0x8E9965) is known color: Avocado. HEX triplet: 8E, 99 and 65. RGB value is (142,153,101). Sum of RGB (Red+Green+Blue) = 142+153+101=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9965 is #71669A. Grayscale: #8F8F8F. Windows color (decimal): -7431835 or 6658446. OLE color: 6658446.

HSL color Cylindrical-coordinate representation of color #8E9965: hue angle of 72.69º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E9965 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 153 101 -
CMYK 0.07 0 0.34 0.4
HSL 72.69º 0.2% 0.5% -
HSV(B) 72.69º 0.34% 0.6% -
XYZ 24.9 29.47 16.69 -
YUV 143.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 142 153 101 0.07 0 0.34 0.4 72.69 0.2 0.5
Hex 8E 99 65 7 0 22 28 49 14 32
Octal 216 231 145 7 0 42 50 111 24 62
Binary 10001110 10011001 1100101 111 0 100010 101000 1001001 10100 110010

Color Harmonies of #8E9965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9965

Black with #8E9965

Text Example


Text Example

White with #8E9965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,153,101); }

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

background-color css

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

 a { background-color: rgb(142,153,101); }

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

border-color css

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

 span { border-color: rgb(142,153,101); }

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