#8D8503

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

Shades of Olive #8D8503

Tints of Olive #8D8503

Color information

#8D8503 (or 0x8D8503) is unknown color: approx Olive. HEX triplet: 8D, 85 and 03. RGB value is (141,133,3). Sum of RGB (Red+Green+Blue) = 141+133+3=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8503 is #727AFC. Grayscale: #797979. Windows color (decimal): -7502589 or 230797. OLE color: 230797.

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

Color convert

RGB1411333-
CMYK00.060.980.45
HSL56.52º95.83%28.24%-
HSV(B)56.52º97.87%55.29%-
XYZ19.3922.443.4-
YUV120.5761.65142.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.90%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 3 (1.56% from 255) = 1.08%
R=50.90%
G=48.01%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141133300.060.980.4556.5295.8328.24
Hex8D85306622D39601c
Octal215205306142557114034
Binary10001101100001011101101100010101101111001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,133,3); }

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

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

 a { background-color: rgb(141,133,3); }

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

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

 span { border-color: rgb(141,133,3); }

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