#8F7803

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

Shades of Olive #8F7803

Tints of Olive #8F7803

Color information

#8F7803 (or 0x8F7803) is unknown color: approx Olive. HEX triplet: 8F, 78 and 03. RGB value is (143,120,3). Sum of RGB (Red+Green+Blue) = 143+120+3=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7803 is #7087FC. Grayscale: #727272. Windows color (decimal): -7374845 or 227471. OLE color: 227471.

HSL color Cylindrical-coordinate representation of color #8F7803: hue angle of 50.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F7803 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB1431203-
CMYK00.160.980.44
HSL50.14º95.89%28.63%-
HSV(B)50.14º97.9%56.08%-
XYZ18.0619.282.86-
YUV113.5465.62149.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.76%
GREEN value IS 120 (47.27% from 255) = 45.11%
BLUE value IS 3 (1.56% from 255) = 1.13%
R=53.76%
G=45.11%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143120300.160.980.4450.1495.8928.63
Hex8F783010622C32601d
Octal2171703020142546214035
Binary100011111111000110100001100010101100110010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,120,3); }

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

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

 a { background-color: rgb(143,120,3); }

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

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

 span { border-color: rgb(143,120,3); }

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