#808503

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

Shades of Olive #808503

Tints of Olive #808503

Color information

#808503 (or 0x808503) is unknown color: approx Olive. HEX triplet: 80, 85 and 03. RGB value is (128,133,3). Sum of RGB (Red+Green+Blue) = 128+133+3=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #808503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808503 is #7F7AFC. Grayscale: #757575. Windows color (decimal): -8354557 or 230784. OLE color: 230784.

HSL color Cylindrical-coordinate representation of color #808503: hue angle of 62.31º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #808503 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB1281333-
CMYK0.0400.980.48
HSL62.31º95.59%26.67%-
HSV(B)62.31º97.74%52.16%-
XYZ17.3121.373.3-
YUV116.6863.84136.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.48%
GREEN value IS 133 (52.34% from 255) = 50.38%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=48.48%
G=50.38%
B=1.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12813330.0400.980.4862.3195.5926.67
Hex808534062303e601b
Octal200205340142607614033
Binary10000000100001011110001100010110000111110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808503; }

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

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

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

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

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

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

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

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