#808D03

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

Shades of Olive #808D03

Tints of Olive #808D03

Color information

#808D03 (or 0x808D03) is unknown color: approx Olive. HEX triplet: 80, 8D and 03. RGB value is (128,141,3). Sum of RGB (Red+Green+Blue) = 128+141+3=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #808D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808D03 is #7F72FC. Grayscale: #797979. Windows color (decimal): -8352509 or 232832. OLE color: 232832.

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

Color convert

RGB1281413-
CMYK0.0900.980.45
HSL65.65º95.83%28.24%-
HSV(B)65.65º97.87%55.29%-
XYZ18.4423.653.68-
YUV121.3861.19132.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12814130.0900.980.4565.6595.8328.24
Hex808D390622D42601c
Octal20021531101425510214034
Binary1000000010001101111001011000101011011000010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808D03; }

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

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

<style>
 a { background-color: #808D03; }

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

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

<style>
 span { border-color: #808D03; }

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

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