#8F8201

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

Shades of Olive #8F8201

Tints of Olive #8F8201

Color information

#8F8201 (or 0x8F8201) is unknown color: approx Olive. HEX triplet: 8F, 82 and 01. RGB value is (143,130,1). Sum of RGB (Red+Green+Blue) = 143+130+1=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8201 is #707DFE. Grayscale: #777777. Windows color (decimal): -7372287 or 98959. OLE color: 98959.

HSL color Cylindrical-coordinate representation of color #8F8201: hue angle of 54.51º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F8201 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1431301-
CMYK00.090.990.44
HSL54.51º98.61%28.24%-
HSV(B)54.51º99.3%56.08%-
XYZ19.3221.813.22-
YUV119.1861.31144.99-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.19%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=52.19%
G=47.45%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143130100.090.990.4454.5198.6128.24
Hex8F82109632C37631c
Octal2172021011143546714334
Binary10001111100000101010011100011101100110111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,130,1); }

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

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

 a { background-color: rgb(143,130,1); }

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

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

 span { border-color: rgb(143,130,1); }

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