Html Css Color HEX #8F9255 Avocado

📋 copy color: '#8F9255'

red 143 ◦ green 146 ◦ blue 85

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

Shades of Avocado #8F9255

Tints of Avocado #8F9255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 38.24%
G = 39.04%
B = 22.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#8F9255 (or 0x8F9255) is known color: Avocado. HEX triplet: 8F, 92 and 55. RGB value is (143,146,85). Sum of RGB (Red+Green+Blue) = 143+146+85=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9255 is #706DAA. Grayscale: #8A8A8A. Windows color (decimal): -7368107 or 5608079. OLE color: 5608079.

HSL color Cylindrical-coordinate representation of color #8F9255: hue angle of 62.95º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F9255 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 146 85 -
CMYK 0.02 0 0.42 0.43
HSL 62.95º 0.26% 0.45% -
HSV(B) 62.95º 0.42% 0.57% -
XYZ 23.25 27.05 12.59 -
YUV 138.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 143 146 85 0.02 0 0.42 0.43 62.95 0.26 0.45
Hex 8F 92 55 2 0 2A 2B 3F 1A 2D
Octal 217 222 125 2 0 52 53 77 32 55
Binary 10001111 10010010 1010101 10 0 101010 101011 111111 11010 101101

Color Harmonies of #8F9255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9255

Black with #8F9255

Text Example


Text Example

White with #8F9255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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