#808101

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

Shades of Olive #808101

Tints of Olive #808101

Color information

#808101 (or 0x808101) is unknown color: approx Olive. HEX triplet: 80, 81 and 01. RGB value is (128,129,1). Sum of RGB (Red+Green+Blue) = 128+129+1=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #808101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808101 is #7F7EFE. Grayscale: #727272. Windows color (decimal): -8355583 or 98688. OLE color: 98688.

HSL color Cylindrical-coordinate representation of color #808101: hue angle of 60.47º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #808101 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB1281291-
CMYK0.0100.990.49
HSL60.47º98.46%25.49%-
HSV(B)60.47º99.22%50.59%-
XYZ16.7620.293.06-
YUV114.1164.17137.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.61%
GREEN value IS 129 (50.78% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=49.61%
G=50%
B=0.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12812910.0100.990.4960.4798.4625.49
Hex808111063313c6219
Octal200201110143617414231
Binary10000000100000011101100011110001111100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808101; }

 p { color: rgb(128,129,1); }

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

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

 a { background-color: rgb(128,129,1); }

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

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

 span { border-color: rgb(128,129,1); }

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