#8D8003

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

Shades of Olive #8D8003

Tints of Olive #8D8003

Color information

#8D8003 (or 0x8D8003) is unknown color: approx Olive. HEX triplet: 8D, 80 and 03. RGB value is (141,128,3). Sum of RGB (Red+Green+Blue) = 141+128+3=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8003 is #727FFC. Grayscale: #767676. Windows color (decimal): -7503869 or 229517. OLE color: 229517.

HSL color Cylindrical-coordinate representation of color #8D8003: hue angle of 54.35º 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 #8D8003 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB1411283-
CMYK00.090.980.45
HSL54.35º95.83%28.24%-
HSV(B)54.35º97.87%55.29%-
XYZ18.7221.113.17-
YUV117.6463.31144.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.84%
GREEN value IS 128 (50.39% from 255) = 47.06%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=51.84%
G=47.06%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141128300.090.980.4554.3595.8328.24
Hex8D80309622D36601c
Octal2152003011142556614034
Binary100011011000000011010011100010101101110110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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