Html Css Color HEX #686001 Olive

📋 copy color: '#686001'

red 104 ◦ green 96 ◦ blue 1

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

Shades of Olive #686001

Tints of Olive #686001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.76%

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

R = 51.74%
G = 47.76%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#686001 (or 0x686001) is known color: Olive. HEX triplet: 68, 60 and 01. RGB value is (104,96,1). Sum of RGB (Red+Green+Blue) = 104+96+1=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #686001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686001 is #979FFE. Grayscale: #575757. Windows color (decimal): -9936895 or 90216. OLE color: 90216.

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

Color convert

RGB 104 96 1 -
CMYK 0 0.08 0.99 0.59
HSL 55.34º 0.98% 0.21% -
HSV(B) 55.34º 0.99% 0.41% -
XYZ 9.9 11.31 1.69 -
YUV 87.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 104 96 1 0 0.08 0.99 0.59 55.34 0.98 0.21
Hex 68 60 1 0 8 63 3B 37 62 15
Octal 150 140 1 0 10 143 73 67 142 25
Binary 1101000 1100000 1 0 1000 1100011 111011 110111 1100010 10101

Color Harmonies of #686001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686001

Black with #686001

Text Example


Text Example

White with #686001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686001; }

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

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

background-color css

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

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

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

border-color css

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

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

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