Html Css Color HEX #8F9257 Avocado

📋 copy color: '#8F9257'

red 143 ◦ green 146 ◦ blue 87

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

Shades of Avocado #8F9257

Tints of Avocado #8F9257

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.83%

 BLUE value IS 87 (34.38% from 255) = 23.14%

R = 38.03%
G = 38.83%
B = 23.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#8F9257 (or 0x8F9257) is known color: Avocado. HEX triplet: 8F, 92 and 57. RGB value is (143,146,87). Sum of RGB (Red+Green+Blue) = 143+146+87=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9257 is #706DA8. Grayscale: #8A8A8A. Windows color (decimal): -7368105 or 5739151. OLE color: 5739151.

HSL color Cylindrical-coordinate representation of color #8F9257: hue angle of 63.05º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F9257 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 146 87 -
CMYK 0.02 0 0.40 0.43
HSL 63.05º 0.25% 0.46% -
HSV(B) 63.05º 0.4% 0.57% -
XYZ 23.33 27.09 13.02 -
YUV 138.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 143 146 87 0.02 0 0.40 0.43 63.05 0.25 0.46
Hex 8F 92 57 2 0 28 2B 3F 19 2E
Octal 217 222 127 2 0 50 53 77 31 56
Binary 10001111 10010010 1010111 10 0 101000 101011 111111 11001 101110

Color Harmonies of #8F9257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9257

Black with #8F9257

Text Example


Text Example

White with #8F9257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,146,87); }

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

background-color css

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

 a { background-color: rgb(143,146,87); }

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

border-color css

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

 span { border-color: rgb(143,146,87); }

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