Html Css Color HEX #686600 Olive

📋 copy color: '#686600'

red 104 ◦ green 102 ◦ blue 0

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

Shades of Olive #686600

Tints of Olive #686600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.51%

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

R = 50.49%
G = 49.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#686600 (or 0x686600) is known color: Olive. HEX triplet: 68, 66 and 00. RGB value is (104,102,0). Sum of RGB (Red+Green+Blue) = 104+102+0=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #686600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686600 is #9799FF. Grayscale: #5B5B5B. Windows color (decimal): -9935360 or 26216. OLE color: 26216.

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

Color convert

RGB 104 102 0 -
CMYK 0 0.02 1 0.59
HSL 58.85º 1% 0.2% -
HSV(B) 58.85º 1% 0.41% -
XYZ 10.46 12.45 1.85 -
YUV 90.97 76.66 137.29 -
System Red Green Blue C M Y K H S L
Decimal 104 102 0 0 0.02 1 0.59 58.85 1 0.2
Hex 68 66 0 0 2 64 3B 3B 64 14
Octal 150 146 0 0 2 144 73 73 144 24
Binary 1101000 1100110 0 0 10 1100100 111011 111011 1100100 10100

Color Harmonies of #686600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686600

Black with #686600

Text Example


Text Example

White with #686600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686600; }

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

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

background-color css

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

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

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

border-color css

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

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

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