Html Css Color HEX #686201 Olive

📋 copy color: '#686201'

red 104 ◦ green 98 ◦ blue 1

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

Shades of Olive #686201

Tints of Olive #686201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.28%

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

R = 51.23%
G = 48.28%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#686201 (or 0x686201) is known color: Olive. HEX triplet: 68, 62 and 01. RGB value is (104,98,1). Sum of RGB (Red+Green+Blue) = 104+98+1=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #686201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686201 is #979DFE. Grayscale: #595959. Windows color (decimal): -9936383 or 90728. OLE color: 90728.

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

Color convert

RGB 104 98 1 -
CMYK 0 0.06 0.99 0.59
HSL 56.5º 0.98% 0.21% -
HSV(B) 56.5º 0.99% 0.41% -
XYZ 10.08 11.68 1.75 -
YUV 88.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 104 98 1 0 0.06 0.99 0.59 56.5 0.98 0.21
Hex 68 62 1 0 6 63 3B 39 62 15
Octal 150 142 1 0 6 143 73 71 142 25
Binary 1101000 1100010 1 0 110 1100011 111011 111001 1100010 10101

Color Harmonies of #686201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686201

Black with #686201

Text Example


Text Example

White with #686201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686201; }

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

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

background-color css

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

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

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

border-color css

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

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

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