Html Css Color HEX #686410 Fiji Green

📋 copy color: '#686410'

red 104 ◦ green 100 ◦ blue 16

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

Shades of Fiji Green #686410

Tints of Fiji Green #686410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.45%

 BLUE value IS 16 (6.64% from 255) = 7.27%

R = 47.27%
G = 45.45%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#686410 (or 0x686410) is known color: Fiji Green. HEX triplet: 68, 64 and 10. RGB value is (104,100,16). Sum of RGB (Red+Green+Blue) = 104+100+16=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #686410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686410 is #979BEF. Grayscale: #5B5B5B. Windows color (decimal): -9935856 or 1074280. OLE color: 1074280.

HSL color Cylindrical-coordinate representation of color #686410: hue angle of 57.27º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #686410 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 100 16 -
CMYK 0 0.04 0.85 0.59
HSL 57.27º 0.73% 0.24% -
HSV(B) 57.27º 0.85% 0.41% -
XYZ 10.36 12.09 2.28 -
YUV 91.62 85.33 136.83 -
System Red Green Blue C M Y K H S L
Decimal 104 100 16 0 0.04 0.85 0.59 57.27 0.73 0.24
Hex 68 64 10 0 4 55 3B 39 49 18
Octal 150 144 20 0 4 125 73 71 111 30
Binary 1101000 1100100 10000 0 100 1010101 111011 111001 1001001 11000

Color Harmonies of #686410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686410

Black with #686410

Text Example


Text Example

White with #686410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686410; }

 p { color: rgb(104,100,16); }

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

background-color css

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

 a { background-color: rgb(104,100,16); }

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

border-color css

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

 span { border-color: rgb(104,100,16); }

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