Html Css Color HEX #8C966E Avocado

📋 copy color: '#8C966E'

red 140 ◦ green 150 ◦ blue 110

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

Shades of Avocado #8C966E

Tints of Avocado #8C966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.5%

 BLUE value IS 110 (43.36% from 255) = 27.5%

R = 35%
G = 37.5%
B = 27.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#8C966E (or 0x8C966E) is known color: Avocado. HEX triplet: 8C, 96 and 6E. RGB value is (140,150,110). Sum of RGB (Red+Green+Blue) = 140+150+110=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #8C966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C966E is #736991. Grayscale: #8E8E8E. Windows color (decimal): -7563666 or 7247500. OLE color: 7247500.

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

Color convert

RGB 140 150 110 -
CMYK 0.07 0 0.27 0.41
HSL 75º 0.16% 0.51% -
HSV(B) 75º 0.27% 0.59% -
XYZ 24.54 28.51 18.96 -
YUV 142.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 140 150 110 0.07 0 0.27 0.41 75 0.16 0.51
Hex 8C 96 6E 7 0 1B 29 4B 10 33
Octal 214 226 156 7 0 33 51 113 20 63
Binary 10001100 10010110 1101110 111 0 11011 101001 1001011 10000 110011

Color Harmonies of #8C966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C966E

Black with #8C966E

Text Example


Text Example

White with #8C966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,150,110); }

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

background-color css

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

 a { background-color: rgb(140,150,110); }

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

border-color css

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

 span { border-color: rgb(140,150,110); }

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