#686000

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

Shades of Olive #686000

Tints of Olive #686000

Color information

#686000 (or 0x686000) is unknown color: approx Olive. HEX triplet: 68, 60 and 00. RGB value is (104,96,0). Sum of RGB (Red+Green+Blue) = 104+96+0=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #686000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686000 is #979FFF. Grayscale: #575757. Windows color (decimal): -9936896 or 24680. OLE color: 24680.

HSL color Cylindrical-coordinate representation of color #686000: hue angle of 55.38º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #686000 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB104960-
CMYK00.0810.59
HSL55.38º100%20.39%-
HSV(B)55.38º100%40.78%-
XYZ9.8911.311.66-
YUV87.4578.65139.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 0 (0.39% from 255) = 0%
R=52%
G=48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10496000.0810.5955.3810020.39
Hex6860008643B376414
Octal1501400010144736714424
Binary110100011000000010001100100111011110111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686000; }

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

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

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

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

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

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

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

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