#686603

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

Shades of Olive #686603

Tints of Olive #686603

Color information

#686603 (or 0x686603) is unknown color: approx Olive. HEX triplet: 68, 66 and 03. RGB value is (104,102,3). Sum of RGB (Red+Green+Blue) = 104+102+3=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #686603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686603 is #9799FC. Grayscale: #5B5B5B. Windows color (decimal): -9935357 or 222824. OLE color: 222824.

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

Color convert

RGB1041023-
CMYK00.020.970.59
HSL58.81º94.39%20.98%-
HSV(B)58.81º97.12%40.78%-
XYZ10.4812.451.94-
YUV91.3178.16137.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 102 (40.23% from 255) = 48.80%
BLUE value IS 3 (1.56% from 255) = 1.44%
R=49.76%
G=48.80%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104102300.020.970.5958.8194.3920.98
Hex6866302613B3b5e15
Octal150146302141737313625
Binary11010001100110110101100001111011111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686603; }

 p { color: rgb(104,102,3); }

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

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

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

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

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

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

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