#8F8802

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

Shades of Olive #8F8802

Tints of Olive #8F8802

Color information

#8F8802 (or 0x8F8802) is unknown color: approx Olive. HEX triplet: 8F, 88 and 02. RGB value is (143,136,2). Sum of RGB (Red+Green+Blue) = 143+136+2=281 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.89% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8802 is #7077FD. Grayscale: #7B7B7B. Windows color (decimal): -7370750 or 166031. OLE color: 166031.

HSL color Cylindrical-coordinate representation of color #8F8802: hue angle of 57.02º degrees, saturation: 0.97, 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 #8F8802 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1431362-
CMYK00.050.990.44
HSL57.02º97.24%28.43%-
HSV(B)57.02º98.6%56.08%-
XYZ20.1423.453.52-
YUV122.8259.82142.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.89%
GREEN value IS 136 (53.52% from 255) = 48.40%
BLUE value IS 2 (1.17% from 255) = 0.71%
R=50.89%
G=48.40%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143136200.050.990.4457.0297.2428.43
Hex8F88205632C39611c
Octal217210205143547114134
Binary10001111100010001001011100011101100111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,136,2); }

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

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

 a { background-color: rgb(143,136,2); }

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

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

 span { border-color: rgb(143,136,2); }

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