Html Css Color HEX #686000 Olive

📋 copy color: '#686000'

red 104 ◦ green 96 ◦ blue 0

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

Shades of Olive #686000

Tints of Olive #686000

RGB

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

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

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

R = 52%
G = 48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#686000 (or 0x686000) is known color: Olive. HEX triplet: 68, 60 and 00. RGB value is (104,96,0). Sum of RGB (Red+Green+Blue) = 104+96+0=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #686000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686000 is #979FFF. Grayscale: #575757. Windows color (decimal): -9936896 or 24680. OLE color: 24680.

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

Color convert

RGB 104 96 0 -
CMYK 0 0.08 1 0.59
HSL 55.38º 1% 0.2% -
HSV(B) 55.38º 1% 0.41% -
XYZ 9.89 11.31 1.66 -
YUV 87.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 104 96 0 0 0.08 1 0.59 55.38 1 0.2
Hex 68 60 0 0 8 64 3B 37 64 14
Octal 150 140 0 0 10 144 73 67 144 24
Binary 1101000 1100000 0 0 1000 1100100 111011 110111 1100100 10100

Color Harmonies of #686000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686000

Black with #686000

Text Example


Text Example

White with #686000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686000; }

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

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

background-color css

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

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

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

border-color css

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

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

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