Html Css Color HEX #686400 Olive

📋 copy color: '#686400'

red 104 ◦ green 100 ◦ blue 0

#686400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #686400

Tints of Olive #686400

RGB

 RED value IS 104 (41.02% from 255) = 50.98%

 GREEN value IS 100 (39.45% from 255) = 49.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.98%
G = 49.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#686400 (or 0x686400) is known color: Olive. HEX triplet: 68, 64 and 00. RGB value is (104,100,0). Sum of RGB (Red+Green+Blue) = 104+100+0=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #686400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686400 is #979BFF. Grayscale: #5A5A5A. Windows color (decimal): -9935872 or 25704. OLE color: 25704.

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

Color convert

RGB 104 100 0 -
CMYK 0 0.04 1 0.59
HSL 57.69º 1% 0.2% -
HSV(B) 57.69º 1% 0.41% -
XYZ 10.27 12.06 1.79 -
YUV 89.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 104 100 0 0 0.04 1 0.59 57.69 1 0.2
Hex 68 64 0 0 4 64 3B 3A 64 14
Octal 150 144 0 0 4 144 73 72 144 24
Binary 1101000 1100100 0 0 100 1100100 111011 111010 1100100 10100

Color Harmonies of #686400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686400

Black with #686400

Text Example


Text Example

White with #686400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686400; }

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

 H1.HeaderClassName
 {
   color: #686400;
 }
 .AnyTagClassName
 {
   color: #686400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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