Html Css Color HEX #686800 Olive

📋 copy color: '#686800'

red 104 ◦ green 104 ◦ blue 0

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

Shades of Olive #686800

Tints of Olive #686800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50%

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#686800 (or 0x686800) is known color: Olive. HEX triplet: 68, 68 and 00. RGB value is (104,104,0). Sum of RGB (Red+Green+Blue) = 104+104+0=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686800 is #9797FF. Grayscale: #5C5C5C. Windows color (decimal): -9934848 or 26728. OLE color: 26728.

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

Color convert

RGB 104 104 0 -
CMYK 0 0 1 0.59
HSL 60º 1% 0.2% -
HSV(B) 60º 1% 0.41% -
XYZ 10.66 12.84 1.92 -
YUV 92.14 76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 104 104 0 0 0 1 0.59 60 1 0.2
Hex 68 68 0 0 0 64 3B 3C 64 14
Octal 150 150 0 0 0 144 73 74 144 24
Binary 1101000 1101000 0 0 0 1100100 111011 111100 1100100 10100

Color Harmonies of #686800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686800

Black with #686800

Text Example


Text Example

White with #686800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686800; }

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

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

background-color css

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

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

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

border-color css

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

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

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