#8F800E

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

Shades of Olive #8F800E

Tints of Olive #8F800E

Color information

#8F800E (or 0x8F800E) is unknown color: approx Olive. HEX triplet: 8F, 80 and 0E. RGB value is (143,128,14). Sum of RGB (Red+Green+Blue) = 143+128+14=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F800E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F800E is #707FF1. Grayscale: #777777. Windows color (decimal): -7372786 or 950415. OLE color: 950415.

HSL color Cylindrical-coordinate representation of color #8F800E: hue angle of 53.02º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F800E is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB14312814-
CMYK00.100.900.44
HSL53.02º82.17%30.78%-
HSV(B)53.02º90.21%56.08%-
XYZ19.1321.313.52-
YUV119.4968.47144.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.18%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 14 (5.86% from 255) = 4.91%
R=50.18%
G=44.91%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431281400.100.900.4453.0282.1730.78
Hex8F80E0A5A2C35521f
Octal21720016012132546512237
Binary10001111100000001110010101011010101100110101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,128,14); }

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

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

 a { background-color: rgb(143,128,14); }

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

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

 span { border-color: rgb(143,128,14); }

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