#686901

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

Shades of Olive #686901

Tints of Olive #686901

Color information

#686901 (or 0x686901) is unknown color: approx Olive. HEX triplet: 68, 69 and 01. RGB value is (104,105,1). Sum of RGB (Red+Green+Blue) = 104+105+1=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #686901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686901 is #9796FE. Grayscale: #5D5D5D. Windows color (decimal): -9934591 or 92520. OLE color: 92520.

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

Color convert

RGB1041051-
CMYK0.0100.990.59
HSL60.58º98.11%20.78%-
HSV(B)60.58º99.05%41.18%-
XYZ10.7713.051.98-
YUV92.8476.17135.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=49.52%
G=50%
B=0.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410510.0100.990.5960.5898.1120.78
Hex6869110633B3d6215
Octal150151110143737514225
Binary110100011010011101100011111011111101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686901; }

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

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

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

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

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

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

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

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