#686703

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

Shades of Olive #686703

Tints of Olive #686703

Color information

#686703 (or 0x686703) is unknown color: approx Olive. HEX triplet: 68, 67 and 03. RGB value is (104,103,3). Sum of RGB (Red+Green+Blue) = 104+103+3=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #686703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686703 is #9798FC. Grayscale: #5C5C5C. Windows color (decimal): -9935101 or 223080. OLE color: 223080.

HSL color Cylindrical-coordinate representation of color #686703: hue angle of 59.41º 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 #686703 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB1041033-
CMYK00.010.970.59
HSL59.41º94.39%20.98%-
HSV(B)59.41º97.12%40.78%-
XYZ10.5812.651.97-
YUV91.977.83136.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 103 (40.62% from 255) = 49.05%
BLUE value IS 3 (1.56% from 255) = 1.43%
R=49.52%
G=49.05%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104103300.010.970.5959.4194.3920.98
Hex6867301613B3b5e15
Octal150147301141737313625
Binary1101000110011111011100001111011111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686703; }

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

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

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

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

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

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

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

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