Html Css Color HEX #686901 Olive

📋 copy color: '#686901'

red 104 ◦ green 105 ◦ blue 1

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

Shades of Olive #686901

Tints of Olive #686901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50%

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

R = 49.52%
G = 50%
B = 0.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#686901 (or 0x686901) is known color: Olive. HEX triplet: 68, 69 and 01. RGB value is (104,105,1). Sum of RGB (Red+Green+Blue) = 104+105+1=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #686901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686901 is #9796FE. Grayscale: #5D5D5D. Windows color (decimal): -9934591 or 92520. OLE color: 92520.

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

Color convert

RGB 104 105 1 -
CMYK 0.01 0 0.99 0.59
HSL 60.58º 0.98% 0.21% -
HSV(B) 60.58º 0.99% 0.41% -
XYZ 10.77 13.05 1.98 -
YUV 92.85 76.17 135.96 -
System Red Green Blue C M Y K H S L
Decimal 104 105 1 0.01 0 0.99 0.59 60.58 0.98 0.21
Hex 68 69 1 1 0 63 3B 3D 62 15
Octal 150 151 1 1 0 143 73 75 142 25
Binary 1101000 1101001 1 1 0 1100011 111011 111101 1100010 10101

Color Harmonies of #686901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686901

Black with #686901

Text Example


Text Example

White with #686901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686901; }

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

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

background-color css

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

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

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

border-color css

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

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

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