#686802

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

Shades of Olive #686802

Tints of Olive #686802

Color information

#686802 (or 0x686802) is unknown color: approx Olive. HEX triplet: 68, 68 and 02. RGB value is (104,104,2). Sum of RGB (Red+Green+Blue) = 104+104+2=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686802 is #9797FD. Grayscale: #5C5C5C. Windows color (decimal): -9934846 or 157800. OLE color: 157800.

HSL color Cylindrical-coordinate representation of color #686802: hue angle of 60º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #686802 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB1041042-
CMYK000.980.59
HSL60º96.23%20.78%-
HSV(B)60º98.08%40.78%-
XYZ10.6712.851.97-
YUV92.3777136.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 104 (41.02% from 255) = 49.52%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=49.52%
G=49.52%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041042000.980.596096.2320.78
Hex6868200623B3c6015
Octal150150200142737414025
Binary1101000110100010001100010111011111100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686802; }

 p { color: rgb(104,104,2); }

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

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

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

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

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

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

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