Html Css Color HEX #8C9766 Avocado

📋 copy color: '#8C9766'

red 140 ◦ green 151 ◦ blue 102

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

Shades of Avocado #8C9766

Tints of Avocado #8C9766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.42%

 BLUE value IS 102 (40.23% from 255) = 25.95%

R = 35.62%
G = 38.42%
B = 25.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#8C9766 (or 0x8C9766) is known color: Avocado. HEX triplet: 8C, 97 and 66. RGB value is (140,151,102). Sum of RGB (Red+Green+Blue) = 140+151+102=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9766 is #736899. Grayscale: #8E8E8E. Windows color (decimal): -7563418 or 6723468. OLE color: 6723468.

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

Color convert

RGB 140 151 102 -
CMYK 0.07 0 0.32 0.41
HSL 73.47º 0.19% 0.5% -
HSV(B) 73.47º 0.32% 0.59% -
XYZ 24.28 28.67 16.82 -
YUV 142.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 140 151 102 0.07 0 0.32 0.41 73.47 0.19 0.5
Hex 8C 97 66 7 0 20 29 49 13 32
Octal 214 227 146 7 0 40 51 111 23 62
Binary 10001100 10010111 1100110 111 0 100000 101001 1001001 10011 110010

Color Harmonies of #8C9766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9766

Black with #8C9766

Text Example


Text Example

White with #8C9766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,151,102); }

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

background-color css

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

 a { background-color: rgb(140,151,102); }

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

border-color css

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

 span { border-color: rgb(140,151,102); }

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