#8F8911

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

Shades of Olive #8F8911

Tints of Olive #8F8911

Color information

#8F8911 (or 0x8F8911) is unknown color: approx Olive. HEX triplet: 8F, 89 and 11. RGB value is (143,137,17). Sum of RGB (Red+Green+Blue) = 143+137+17=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8911 is #7076EE. Grayscale: #7D7D7D. Windows color (decimal): -7370479 or 1149327. OLE color: 1149327.

HSL color Cylindrical-coordinate representation of color #8F8911: hue angle of 57.14º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F8911 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB14313717-
CMYK00.040.880.44
HSL57.14º78.75%31.37%-
HSV(B)57.14º88.11%56.08%-
XYZ20.3723.774.04-
YUV125.1166.99140.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.15%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 17 (7.03% from 255) = 5.72%
R=48.15%
G=46.13%
B=5.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431371700.040.880.4457.1478.7531.37
Hex8F891104582C394f1f
Octal2172112104130547111737
Binary10001111100010011000101001011000101100111001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,137,17); }

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

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

 a { background-color: rgb(143,137,17); }

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

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

 span { border-color: rgb(143,137,17); }

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