#686C03

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

Shades of Olive #686C03

Tints of Olive #686C03

Color information

#686C03 (or 0x686C03) is unknown color: approx Olive. HEX triplet: 68, 6C and 03. RGB value is (104,108,3). Sum of RGB (Red+Green+Blue) = 104+108+3=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 108 (42.58% from 255 or 50.23% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 108 - color contains mainly: green. Hex color #686C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686C03 is #9793FC. Grayscale: #5F5F5F. Windows color (decimal): -9933821 or 224360. OLE color: 224360.

HSL color Cylindrical-coordinate representation of color #686C03: hue angle of 62.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #686C03 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB1041083-
CMYK0.0400.970.58
HSL62.29º94.59%21.76%-
HSV(B)62.29º97.22%42.35%-
XYZ11.0913.672.14-
YUV94.8376.17134.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 108 (42.58% from 255) = 50.23%
BLUE value IS 3 (1.56% from 255) = 1.40%
R=48.37%
G=50.23%
B=1.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10410830.0400.970.5862.2994.5921.76
Hex686C340613A3e5f16
Octal150154340141727613726
Binary110100011011001110001100001111010111110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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