Html Css Color HEX #686101 Olive

📋 copy color: '#686101'

red 104 ◦ green 97 ◦ blue 1

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

Shades of Olive #686101

Tints of Olive #686101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.02%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 51.49%
G = 48.02%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#686101 (or 0x686101) is known color: Olive. HEX triplet: 68, 61 and 01. RGB value is (104,97,1). Sum of RGB (Red+Green+Blue) = 104+97+1=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #686101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686101 is #979EFE. Grayscale: #585858. Windows color (decimal): -9936639 or 90472. OLE color: 90472.

HSL color Cylindrical-coordinate representation of color #686101: hue angle of 55.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #686101 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 97 1 -
CMYK 0 0.07 0.99 0.59
HSL 55.92º 0.98% 0.21% -
HSV(B) 55.92º 0.99% 0.41% -
XYZ 9.99 11.49 1.72 -
YUV 88.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 104 97 1 0 0.07 0.99 0.59 55.92 0.98 0.21
Hex 68 61 1 0 7 63 3B 38 62 15
Octal 150 141 1 0 7 143 73 70 142 25
Binary 1101000 1100001 1 0 111 1100011 111011 111000 1100010 10101

Color Harmonies of #686101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686101

Black with #686101

Text Example


Text Example

White with #686101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686101; }

 p { color: rgb(104,97,1); }

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

background-color css

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

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

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

border-color css

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

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

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