Html Css Color HEX #8C9570 Avocado

📋 copy color: '#8C9570'

red 140 ◦ green 149 ◦ blue 112

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

Shades of Avocado #8C9570

Tints of Avocado #8C9570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 34.91%
G = 37.16%
B = 27.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#8C9570 (or 0x8C9570) is known color: Avocado. HEX triplet: 8C, 95 and 70. RGB value is (140,149,112). Sum of RGB (Red+Green+Blue) = 140+149+112=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9570 is #736A8F. Grayscale: #8E8E8E. Windows color (decimal): -7563920 or 7378316. OLE color: 7378316.

HSL color Cylindrical-coordinate representation of color #8C9570: hue angle of 74.59º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C9570 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 149 112 -
CMYK 0.06 0 0.25 0.42
HSL 74.59º 0.15% 0.51% -
HSV(B) 74.59º 0.25% 0.58% -
XYZ 24.49 28.24 19.49 -
YUV 142.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 140 149 112 0.06 0 0.25 0.42 74.59 0.15 0.51
Hex 8C 95 70 6 0 19 2A 4B F 33
Octal 214 225 160 6 0 31 52 113 17 63
Binary 10001100 10010101 1110000 110 0 11001 101010 1001011 1111 110011

Color Harmonies of #8C9570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9570

Black with #8C9570

Text Example


Text Example

White with #8C9570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,149,112); }

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

background-color css

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

 a { background-color: rgb(140,149,112); }

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

border-color css

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

 span { border-color: rgb(140,149,112); }

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