Html Css Color HEX #8C9767 Avocado

📋 copy color: '#8C9767'

red 140 ◦ green 151 ◦ blue 103

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

Shades of Avocado #8C9767

Tints of Avocado #8C9767

RGB

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

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

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

R = 35.53%
G = 38.32%
B = 26.14%

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

#8C9767 (or 0x8C9767) is known color: Avocado. HEX triplet: 8C, 97 and 67. RGB value is (140,151,103). Sum of RGB (Red+Green+Blue) = 140+151+103=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9767 is #736898. Grayscale: #8E8E8E. Windows color (decimal): -7563417 or 6789004. OLE color: 6789004.

HSL color Cylindrical-coordinate representation of color #8C9767: hue angle of 73.75º 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 #8C9767 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 151 103 -
CMYK 0.07 0 0.32 0.41
HSL 73.75º 0.19% 0.5% -
HSV(B) 73.75º 0.32% 0.59% -
XYZ 24.33 28.69 17.09 -
YUV 142.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 140 151 103 0.07 0 0.32 0.41 73.75 0.19 0.5
Hex 8C 97 67 7 0 20 29 4A 13 32
Octal 214 227 147 7 0 40 51 112 23 62
Binary 10001100 10010111 1100111 111 0 100000 101001 1001010 10011 110010

Color Harmonies of #8C9767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9767

Black with #8C9767

Text Example


Text Example

White with #8C9767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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