#8F9754

Color #8F9754 Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #8F9754

Tints of Avocado #8F9754

Color information

#8F9754 (or 0x8F9754) is unknown color: approx Avocado. HEX triplet: 8F, 97 and 54. RGB value is (143,151,84). Sum of RGB (Red+Green+Blue) = 143+151+84=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9754 is #7068AB. Grayscale: #8D8D8D. Windows color (decimal): -7366828 or 5543823. OLE color: 5543823.

HSL color Cylindrical-coordinate representation of color #8F9754: hue angle of 67.16º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F9754 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB14315184-
CMYK0.0500.440.41
HSL67.16º28.51%46.08%-
HSV(B)67.16º44.37%59.22%-
XYZ23.9928.6112.65-
YUV140.9795.85129.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.83%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 84 (33.20% from 255) = 22.22%
R=37.83%
G=39.95%
B=22.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143151840.0500.440.4167.1628.5146.08
Hex8F9754502C29431d2e
Octal2172271245054511033556
Binary100011111001011110101001010101100101001100001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,151,84); }

 H1.HeaderClassName
 {
   color: #8F9754;
 }
 .AnyTagClassName
 {
   color: #8F9754;
 }
</style>
background-color css

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

 a { background-color: rgb(143,151,84); }

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

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

 span { border-color: rgb(143,151,84); }

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