Html Css Color HEX #686200 Olive

📋 copy color: '#686200'

red 104 ◦ green 98 ◦ blue 0

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

Shades of Olive #686200

Tints of Olive #686200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.49%
G = 48.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#686200 (or 0x686200) is known color: Olive. HEX triplet: 68, 62 and 00. RGB value is (104,98,0). Sum of RGB (Red+Green+Blue) = 104+98+0=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #686200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686200 is #979DFF. Grayscale: #595959. Windows color (decimal): -9936384 or 25192. OLE color: 25192.

HSL color Cylindrical-coordinate representation of color #686200: hue angle of 56.54º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #686200 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 98 0 -
CMYK 0 0.06 1 0.59
HSL 56.54º 1% 0.2% -
HSV(B) 56.54º 1% 0.41% -
XYZ 10.08 11.68 1.72 -
YUV 88.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 104 98 0 0 0.06 1 0.59 56.54 1 0.2
Hex 68 62 0 0 6 64 3B 39 64 14
Octal 150 142 0 0 6 144 73 71 144 24
Binary 1101000 1100010 0 0 110 1100100 111011 111001 1100100 10100

Color Harmonies of #686200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686200

Black with #686200

Text Example


Text Example

White with #686200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686200; }

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

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

background-color css

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

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

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

border-color css

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

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

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