#806800

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

Shades of Olive #806800

Tints of Olive #806800

Color information

#806800 (or 0x806800) is unknown color: approx Olive. HEX triplet: 80, 68 and 00. RGB value is (128,104,0). Sum of RGB (Red+Green+Blue) = 128+104+0=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #806800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806800 is #7F97FF. Grayscale: #636363. Windows color (decimal): -8361984 or 26752. OLE color: 26752.

HSL color Cylindrical-coordinate representation of color #806800: hue angle of 48.75º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #806800 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB1281040-
CMYK00.1910.50
HSL48.75º100%25.1%-
HSV(B)48.75º100%50.2%-
XYZ13.8514.492.07-
YUV99.3271.95148.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.17%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.17%
G=44.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128104000.1910.5048.7510025.1
Hex806800136432316419
Octal2001500023144626114431
Binary10000000110100000100111100100110010110001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806800; }

 p { color: rgb(128,104,0); }

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

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

 a { background-color: rgb(128,104,0); }

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

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

 span { border-color: rgb(128,104,0); }

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