#686B01

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

Shades of Olive #686B01

Tints of Olive #686B01

Color information

#686B01 (or 0x686B01) is unknown color: approx Olive. HEX triplet: 68, 6B and 01. RGB value is (104,107,1). Sum of RGB (Red+Green+Blue) = 104+107+1=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #686B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686B01 is #9794FE. Grayscale: #5E5E5E. Windows color (decimal): -9934079 or 93032. OLE color: 93032.

HSL color Cylindrical-coordinate representation of color #686B01: hue angle of 61.7º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #686B01 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB1041071-
CMYK0.0300.990.58
HSL61.7º98.15%21.18%-
HSV(B)61.7º99.07%41.96%-
XYZ10.9713.462.05-
YUV94.0275.51135.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.06%
GREEN value IS 107 (42.19% from 255) = 50.47%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=49.06%
G=50.47%
B=0.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10410710.0300.990.5861.798.1521.18
Hex686B130633A3e6215
Octal150153130143727614225
Binary1101000110101111101100011111010111110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686B01; }

 p { color: rgb(104,107,1); }

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

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

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

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

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

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

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