Html Css Color HEX #686810 Fiji Green

📋 copy color: '#686810'

red 104 ◦ green 104 ◦ blue 16

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

Shades of Fiji Green #686810

Tints of Fiji Green #686810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.43%

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

R = 46.43%
G = 46.43%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#686810 (or 0x686810) is known color: Fiji Green. HEX triplet: 68, 68 and 10. RGB value is (104,104,16). Sum of RGB (Red+Green+Blue) = 104+104+16=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686810 is #9797EF. Grayscale: #5E5E5E. Windows color (decimal): -9934832 or 1075304. OLE color: 1075304.

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

Color convert

RGB 104 104 16 -
CMYK 0 0 0.85 0.59
HSL 60º 0.73% 0.24% -
HSV(B) 60º 0.85% 0.41% -
XYZ 10.75 12.88 2.41 -
YUV 93.97 84 135.16 -
System Red Green Blue C M Y K H S L
Decimal 104 104 16 0 0 0.85 0.59 60 0.73 0.24
Hex 68 68 10 0 0 55 3B 3C 49 18
Octal 150 150 20 0 0 125 73 74 111 30
Binary 1101000 1101000 10000 0 0 1010101 111011 111100 1001001 11000

Color Harmonies of #686810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686810

Black with #686810

Text Example


Text Example

White with #686810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686810; }

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

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

background-color css

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

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

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

border-color css

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

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

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