#8D8301

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

Shades of Olive #8D8301

Tints of Olive #8D8301

Color information

#8D8301 (or 0x8D8301) is unknown color: approx Olive. HEX triplet: 8D, 83 and 01. RGB value is (141,131,1). Sum of RGB (Red+Green+Blue) = 141+131+1=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8301 is #727CFE. Grayscale: #777777. Windows color (decimal): -7503103 or 99213. OLE color: 99213.

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

Color convert

RGB1411311-
CMYK00.070.990.45
HSL55.71º98.59%27.84%-
HSV(B)55.71º99.29%55.29%-
XYZ19.1121.93.25-
YUV119.1761.31143.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.65%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=51.65%
G=47.99%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141131100.070.990.4555.7198.5927.84
Hex8D83107632D38631c
Octal215203107143557014334
Binary1000110110000011101111100011101101111000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,131,1); }

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

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

 a { background-color: rgb(141,131,1); }

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

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

 span { border-color: rgb(141,131,1); }

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