Html Css Color HEX #8C9964 Avocado

📋 copy color: '#8C9964'

red 140 ◦ green 153 ◦ blue 100

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

Shades of Avocado #8C9964

Tints of Avocado #8C9964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.45%

R = 35.62%
G = 38.93%
B = 25.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#8C9964 (or 0x8C9964) is known color: Avocado. HEX triplet: 8C, 99 and 64. RGB value is (140,153,100). Sum of RGB (Red+Green+Blue) = 140+153+100=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9964 is #73669B. Grayscale: #8F8F8F. Windows color (decimal): -7562908 or 6592908. OLE color: 6592908.

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

Color convert

RGB 140 153 100 -
CMYK 0.08 0 0.35 0.4
HSL 74.72º 0.21% 0.5% -
HSV(B) 74.72º 0.35% 0.6% -
XYZ 24.51 29.28 16.42 -
YUV 143.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 140 153 100 0.08 0 0.35 0.4 74.72 0.21 0.5
Hex 8C 99 64 8 0 23 28 4B 15 32
Octal 214 231 144 10 0 43 50 113 25 62
Binary 10001100 10011001 1100100 1000 0 100011 101000 1001011 10101 110010

Color Harmonies of #8C9964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9964

Black with #8C9964

Text Example


Text Example

White with #8C9964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,153,100); }

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

background-color css

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

 a { background-color: rgb(140,153,100); }

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

border-color css

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

 span { border-color: rgb(140,153,100); }

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