Html Css Color HEX #8F9570 Avocado

📋 copy color: '#8F9570'

red 143 ◦ green 149 ◦ blue 112

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

Shades of Avocado #8F9570

Tints of Avocado #8F9570

RGB

 RED value IS 143 (56.25% from 255) = 35.4%

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

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

R = 35.4%
G = 36.88%
B = 27.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#8F9570 (or 0x8F9570) is known color: Avocado. HEX triplet: 8F, 95 and 70. RGB value is (143,149,112). Sum of RGB (Red+Green+Blue) = 143+149+112=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9570 is #706A8F. Grayscale: #8F8F8F. Windows color (decimal): -7367312 or 7378319. OLE color: 7378319.

HSL color Cylindrical-coordinate representation of color #8F9570: hue angle of 69.73º 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 #8F9570 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 149 112 -
CMYK 0.04 0 0.25 0.42
HSL 69.73º 0.15% 0.51% -
HSV(B) 69.73º 0.25% 0.58% -
XYZ 25 28.5 19.51 -
YUV 142.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 143 149 112 0.04 0 0.25 0.42 69.73 0.15 0.51
Hex 8F 95 70 4 0 19 2A 46 F 33
Octal 217 225 160 4 0 31 52 106 17 63
Binary 10001111 10010101 1110000 100 0 11001 101010 1000110 1111 110011

Color Harmonies of #8F9570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9570

Black with #8F9570

Text Example


Text Example

White with #8F9570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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