Html Css Color HEX #8C9969 Avocado

📋 copy color: '#8C9969'

red 140 ◦ green 153 ◦ blue 105

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

Shades of Avocado #8C9969

Tints of Avocado #8C9969

RGB

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

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

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

R = 35.18%
G = 38.44%
B = 26.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#8C9969 (or 0x8C9969) is known color: Avocado. HEX triplet: 8C, 99 and 69. RGB value is (140,153,105). Sum of RGB (Red+Green+Blue) = 140+153+105=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9969 is #736696. Grayscale: #8F8F8F. Windows color (decimal): -7562903 or 6920588. OLE color: 6920588.

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

Color convert

RGB 140 153 105 -
CMYK 0.08 0 0.31 0.4
HSL 76.25º 0.19% 0.51% -
HSV(B) 76.25º 0.31% 0.6% -
XYZ 24.76 29.38 17.73 -
YUV 143.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 140 153 105 0.08 0 0.31 0.4 76.25 0.19 0.51
Hex 8C 99 69 8 0 1F 28 4C 13 33
Octal 214 231 151 10 0 37 50 114 23 63
Binary 10001100 10011001 1101001 1000 0 11111 101000 1001100 10011 110011

Color Harmonies of #8C9969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9969

Black with #8C9969

Text Example


Text Example

White with #8C9969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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