#686D02

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

Shades of Olive #686D02

Tints of Olive #686D02

Color information

#686D02 (or 0x686D02) is unknown color: approx Olive. HEX triplet: 68, 6D and 02. RGB value is (104,109,2). Sum of RGB (Red+Green+Blue) = 104+109+2=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 109 (42.97% from 255 or 50.70% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 109 - color contains mainly: green. Hex color #686D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686D02 is #9792FD. Grayscale: #5F5F5F. Windows color (decimal): -9933566 or 159080. OLE color: 159080.

HSL color Cylindrical-coordinate representation of color #686D02: hue angle of 62.8º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #686D02 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.

Color convert

RGB1041092-
CMYK0.0500.980.57
HSL62.8º96.4%21.76%-
HSV(B)62.8º98.17%42.75%-
XYZ11.1913.882.15-
YUV95.3175.34134.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 109 (42.97% from 255) = 50.70%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=48.37%
G=50.70%
B=0.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10410920.0500.980.5762.896.421.76
Hex686D25062393f6016
Octal150155250142717714026
Binary110100011011011010101100010111001111111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,109,2); }

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

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

 a { background-color: rgb(104,109,2); }

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

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

 span { border-color: rgb(104,109,2); }

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