Html Css Color HEX #8C9968 Avocado

📋 copy color: '#8C9968'

red 140 ◦ green 153 ◦ blue 104

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

Shades of Avocado #8C9968

Tints of Avocado #8C9968

RGB

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

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

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

R = 35.26%
G = 38.54%
B = 26.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#8C9968 (or 0x8C9968) is known color: Avocado. HEX triplet: 8C, 99 and 68. RGB value is (140,153,104). Sum of RGB (Red+Green+Blue) = 140+153+104=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9968 is #736697. Grayscale: #8F8F8F. Windows color (decimal): -7562904 or 6855052. OLE color: 6855052.

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

Color convert

RGB 140 153 104 -
CMYK 0.08 0 0.32 0.4
HSL 75.92º 0.19% 0.5% -
HSV(B) 75.92º 0.32% 0.6% -
XYZ 24.71 29.36 17.46 -
YUV 143.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 140 153 104 0.08 0 0.32 0.4 75.92 0.19 0.5
Hex 8C 99 68 8 0 20 28 4C 13 32
Octal 214 231 150 10 0 40 50 114 23 62
Binary 10001100 10011001 1101000 1000 0 100000 101000 1001100 10011 110010

Color Harmonies of #8C9968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9968

Black with #8C9968

Text Example


Text Example

White with #8C9968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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