Html Css Color HEX #8C9669 Avocado

📋 copy color: '#8C9669'

red 140 ◦ green 150 ◦ blue 105

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

Shades of Avocado #8C9669

Tints of Avocado #8C9669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 35.44%
G = 37.97%
B = 26.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#8C9669 (or 0x8C9669) is known color: Avocado. HEX triplet: 8C, 96 and 69. RGB value is (140,150,105). Sum of RGB (Red+Green+Blue) = 140+150+105=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9669 is #736996. Grayscale: #8E8E8E. Windows color (decimal): -7563671 or 6919820. OLE color: 6919820.

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

Color convert

RGB 140 150 105 -
CMYK 0.07 0 0.30 0.41
HSL 73.33º 0.18% 0.5% -
HSV(B) 73.33º 0.3% 0.59% -
XYZ 24.27 28.41 17.57 -
YUV 141.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 140 150 105 0.07 0 0.30 0.41 73.33 0.18 0.5
Hex 8C 96 69 7 0 1E 29 49 12 32
Octal 214 226 151 7 0 36 51 111 22 62
Binary 10001100 10010110 1101001 111 0 11110 101001 1001001 10010 110010

Color Harmonies of #8C9669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9669

Black with #8C9669

Text Example


Text Example

White with #8C9669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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