Html Css Color HEX #8C9967 Avocado

📋 copy color: '#8C9967'

red 140 ◦ green 153 ◦ blue 103

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

Shades of Avocado #8C9967

Tints of Avocado #8C9967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.01%

R = 35.35%
G = 38.64%
B = 26.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#8C9967 (or 0x8C9967) is known color: Avocado. HEX triplet: 8C, 99 and 67. RGB value is (140,153,103). Sum of RGB (Red+Green+Blue) = 140+153+103=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9967 is #736698. Grayscale: #8F8F8F. Windows color (decimal): -7562905 or 6789516. OLE color: 6789516.

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

Color convert

RGB 140 153 103 -
CMYK 0.08 0 0.33 0.4
HSL 75.6º 0.2% 0.5% -
HSV(B) 75.6º 0.33% 0.6% -
XYZ 24.65 29.34 17.2 -
YUV 143.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 140 153 103 0.08 0 0.33 0.4 75.6 0.2 0.5
Hex 8C 99 67 8 0 21 28 4C 14 32
Octal 214 231 147 10 0 41 50 114 24 62
Binary 10001100 10011001 1100111 1000 0 100001 101000 1001100 10100 110010

Color Harmonies of #8C9967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9967

Black with #8C9967

Text Example


Text Example

White with #8C9967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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