Html Css Color HEX #8F9470 Avocado

📋 copy color: '#8F9470'

red 143 ◦ green 148 ◦ blue 112

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

Shades of Avocado #8F9470

Tints of Avocado #8F9470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.72%

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

R = 35.48%
G = 36.72%
B = 27.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#8F9470 (or 0x8F9470) is known color: Avocado. HEX triplet: 8F, 94 and 70. RGB value is (143,148,112). Sum of RGB (Red+Green+Blue) = 143+148+112=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9470 is #706B8F. Grayscale: #8E8E8E. Windows color (decimal): -7367568 or 7378063. OLE color: 7378063.

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

Color convert

RGB 143 148 112 -
CMYK 0.03 0 0.24 0.42
HSL 68.33º 0.14% 0.51% -
HSV(B) 68.33º 0.24% 0.58% -
XYZ 24.84 28.19 19.46 -
YUV 142.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 143 148 112 0.03 0 0.24 0.42 68.33 0.14 0.51
Hex 8F 94 70 3 0 18 2A 44 E 33
Octal 217 224 160 3 0 30 52 104 16 63
Binary 10001111 10010100 1110000 11 0 11000 101010 1000100 1110 110011

Color Harmonies of #8F9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9470

Black with #8F9470

Text Example


Text Example

White with #8F9470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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