#686F00

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

Shades of Olive #686F00

Tints of Olive #686F00

Color information

#686F00 (or 0x686F00) is unknown color: approx Olive. HEX triplet: 68, 6F and 00. RGB value is (104,111,0). Sum of RGB (Red+Green+Blue) = 104+111+0=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #686F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686F00 is #9790FF. Grayscale: #606060. Windows color (decimal): -9933056 or 28520. OLE color: 28520.

HSL color Cylindrical-coordinate representation of color #686F00: hue angle of 63.78º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #686F00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB1041110-
CMYK0.06010.56
HSL63.78º100%21.76%-
HSV(B)63.78º100%43.53%-
XYZ11.3914.312.16-
YUV96.2573.68133.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 111 (43.75% from 255) = 51.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.37%
G=51.63%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10411100.06010.5663.7810021.76
Hex686F0606438406416
Octal1501570601447010014426
Binary110100011011110110011001001110001000000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,111,0); }

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

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

 a { background-color: rgb(104,111,0); }

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

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

 span { border-color: rgb(104,111,0); }

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