#686F04

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

Shades of Olive #686F04

Tints of Olive #686F04

Color information

#686F04 (or 0x686F04) is unknown color: approx Olive. HEX triplet: 68, 6F and 04. RGB value is (104,111,4). Sum of RGB (Red+Green+Blue) = 104+111+4=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #686F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686F04 is #9790FB. Grayscale: #616161. Windows color (decimal): -9933052 or 290664. OLE color: 290664.

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

Color convert

RGB1041114-
CMYK0.0600.960.56
HSL63.93º93.04%22.55%-
HSV(B)63.93º96.4%43.53%-
XYZ11.4214.322.28-
YUV96.7175.68133.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 111 (43.75% from 255) = 50.68%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=47.49%
G=50.68%
B=1.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10411140.0600.960.5663.9393.0422.55
Hex686F4606038405d17
Octal1501574601407010013527
Binary11010001101111100110011000001110001000000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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