#686300

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

Shades of Olive #686300

Tints of Olive #686300

Color information

#686300 (or 0x686300) is unknown color: approx Olive. HEX triplet: 68, 63 and 00. RGB value is (104,99,0). Sum of RGB (Red+Green+Blue) = 104+99+0=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #686300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686300 is #979CFF. Grayscale: #595959. Windows color (decimal): -9936128 or 25448. OLE color: 25448.

HSL color Cylindrical-coordinate representation of color #686300: hue angle of 57.12º 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 #686300 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB104990-
CMYK00.0510.59
HSL57.12º100%20.39%-
HSV(B)57.12º100%40.78%-
XYZ10.1711.871.75-
YUV89.2177.66138.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.23%
G=48.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10499000.0510.5957.1210020.39
Hex6863005643B396414
Octal150143005144737114424
Binary11010001100011001011100100111011111001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686300; }

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

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

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

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

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

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

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

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