Html Css Color HEX #686B03 Olive

📋 copy color: '#686B03'

red 104 ◦ green 107 ◦ blue 3

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

Shades of Olive #686B03

Tints of Olive #686B03

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50%

 BLUE value IS 3 (1.56% from 255) = 1.4%

R = 48.6%
G = 50%
B = 1.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#686B03 (or 0x686B03) is known color: Olive. HEX triplet: 68, 6B and 03. RGB value is (104,107,3). Sum of RGB (Red+Green+Blue) = 104+107+3=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #686B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686B03 is #9794FC. Grayscale: #5E5E5E. Windows color (decimal): -9934077 or 224104. OLE color: 224104.

HSL color Cylindrical-coordinate representation of color #686B03: hue angle of 61.73º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #686B03 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 107 3 -
CMYK 0.03 0 0.97 0.58
HSL 61.73º 0.95% 0.22% -
HSV(B) 61.73º 0.97% 0.42% -
XYZ 10.98 13.47 2.11 -
YUV 94.25 76.51 134.96 -
System Red Green Blue C M Y K H S L
Decimal 104 107 3 0.03 0 0.97 0.58 61.73 0.95 0.22
Hex 68 6B 3 3 0 61 3A 3E 5F 16
Octal 150 153 3 3 0 141 72 76 137 26
Binary 1101000 1101011 11 11 0 1100001 111010 111110 1011111 10110

Color Harmonies of #686B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B03

Black with #686B03

Text Example


Text Example

White with #686B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686B03; }

 p { color: rgb(104,107,3); }

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

background-color css

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

 a { background-color: rgb(104,107,3); }

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

border-color css

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

 span { border-color: rgb(104,107,3); }

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