Html Css Color HEX #686300 Olive

📋 copy color: '#686300'

red 104 ◦ green 99 ◦ blue 0

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

Shades of Olive #686300

Tints of Olive #686300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.77%

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

R = 51.23%
G = 48.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#686300 (or 0x686300) is known color: Olive. HEX triplet: 68, 63 and 00. RGB value is (104,99,0). Sum of RGB (Red+Green+Blue) = 104+99+0=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #686300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686300 is #979CFF. Grayscale: #595959. Windows color (decimal): -9936128 or 25448. OLE color: 25448.

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

Color convert

RGB 104 99 0 -
CMYK 0 0.05 1 0.59
HSL 57.12º 1% 0.2% -
HSV(B) 57.12º 1% 0.41% -
XYZ 10.17 11.87 1.75 -
YUV 89.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 104 99 0 0 0.05 1 0.59 57.12 1 0.2
Hex 68 63 0 0 5 64 3B 39 64 14
Octal 150 143 0 0 5 144 73 71 144 24
Binary 1101000 1100011 0 0 101 1100100 111011 111001 1100100 10100

Color Harmonies of #686300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686300

Black with #686300

Text Example


Text Example

White with #686300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686300; }

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

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

background-color css

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

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

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

border-color css

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

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

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