#8F965B

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

Shades of Avocado #8F965B

Tints of Avocado #8F965B

Color information

#8F965B (or 0x8F965B) is unknown color: approx Avocado. HEX triplet: 8F, 96 and 5B. RGB value is (143,150,91). Sum of RGB (Red+Green+Blue) = 143+150+91=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #8F965B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F965B is #7069A4. Grayscale: #8D8D8D. Windows color (decimal): -7367077 or 6002319. OLE color: 6002319.

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

Color convert

RGB14315091-
CMYK0.0500.390.41
HSL67.12º24.48%47.25%-
HSV(B)67.12º39.33%58.82%-
XYZ24.1228.4114.11-
YUV141.1899.68129.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.24%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=37.24%
G=39.06%
B=23.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143150910.0500.390.4167.1224.4847.25
Hex8F965B50272943182f
Octal2172261335047511033057
Binary100011111001011010110111010100111101001100001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,150,91); }

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

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

 a { background-color: rgb(143,150,91); }

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

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

 span { border-color: rgb(143,150,91); }

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