Html Css Color HEX #686503 Olive

📋 copy color: '#686503'

red 104 ◦ green 101 ◦ blue 3

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

Shades of Olive #686503

Tints of Olive #686503

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.56%

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

R = 50%
G = 48.56%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#686503 (or 0x686503) is known color: Olive. HEX triplet: 68, 65 and 03. RGB value is (104,101,3). Sum of RGB (Red+Green+Blue) = 104+101+3=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #686503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686503 is #979AFC. Grayscale: #5B5B5B. Windows color (decimal): -9935613 or 222568. OLE color: 222568.

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

Color convert

RGB 104 101 3 -
CMYK 0 0.03 0.97 0.59
HSL 58.22º 0.94% 0.21% -
HSV(B) 58.22º 0.97% 0.41% -
XYZ 10.38 12.26 1.9 -
YUV 90.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 104 101 3 0 0.03 0.97 0.59 58.22 0.94 0.21
Hex 68 65 3 0 3 61 3B 3A 5E 15
Octal 150 145 3 0 3 141 73 72 136 25
Binary 1101000 1100101 11 0 11 1100001 111011 111010 1011110 10101

Color Harmonies of #686503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686503

Black with #686503

Text Example


Text Example

White with #686503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686503; }

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

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

background-color css

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

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

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

border-color css

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

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

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