Html Css Color HEX #8C9768 Avocado

📋 copy color: '#8C9768'

red 140 ◦ green 151 ◦ blue 104

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

Shades of Avocado #8C9768

Tints of Avocado #8C9768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.33%

R = 35.44%
G = 38.23%
B = 26.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#8C9768 (or 0x8C9768) is known color: Avocado. HEX triplet: 8C, 97 and 68. RGB value is (140,151,104). Sum of RGB (Red+Green+Blue) = 140+151+104=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9768 is #736897. Grayscale: #8E8E8E. Windows color (decimal): -7563416 or 6854540. OLE color: 6854540.

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

Color convert

RGB 140 151 104 -
CMYK 0.07 0 0.31 0.41
HSL 74.04º 0.18% 0.5% -
HSV(B) 74.04º 0.31% 0.59% -
XYZ 24.38 28.71 17.35 -
YUV 142.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 140 151 104 0.07 0 0.31 0.41 74.04 0.18 0.5
Hex 8C 97 68 7 0 1F 29 4A 12 32
Octal 214 227 150 7 0 37 51 112 22 62
Binary 10001100 10010111 1101000 111 0 11111 101001 1001010 10010 110010

Color Harmonies of #8C9768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9768

Black with #8C9768

Text Example


Text Example

White with #8C9768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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