Html Css Color HEX #8C9860 Avocado

📋 copy color: '#8C9860'

red 140 ◦ green 152 ◦ blue 96

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

Shades of Avocado #8C9860

Tints of Avocado #8C9860

RGB

 RED value IS 140 (55.08% from 255) = 36.08%

 GREEN value IS 152 (59.77% from 255) = 39.18%

 BLUE value IS 96 (37.89% from 255) = 24.74%

R = 36.08%
G = 39.18%
B = 24.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#8C9860 (or 0x8C9860) is known color: Avocado. HEX triplet: 8C, 98 and 60. RGB value is (140,152,96). Sum of RGB (Red+Green+Blue) = 140+152+96=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9860 is #73679F. Grayscale: #8E8E8E. Windows color (decimal): -7563168 or 6330508. OLE color: 6330508.

HSL color Cylindrical-coordinate representation of color #8C9860: hue angle of 72.86º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C9860 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 152 96 -
CMYK 0.08 0 0.37 0.40
HSL 72.86º 0.23% 0.49% -
HSV(B) 72.86º 0.37% 0.6% -
XYZ 24.15 28.88 15.37 -
YUV 142.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 140 152 96 0.08 0 0.37 0.40 72.86 0.23 0.49
Hex 8C 98 60 8 0 25 28 49 17 31
Octal 214 230 140 10 0 45 50 111 27 61
Binary 10001100 10011000 1100000 1000 0 100101 101000 1001001 10111 110001

Color Harmonies of #8C9860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9860

Black with #8C9860

Text Example


Text Example

White with #8C9860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,152,96); }

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

background-color css

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

 a { background-color: rgb(140,152,96); }

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

border-color css

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

 span { border-color: rgb(140,152,96); }

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