Html Css Color HEX #686710 Fiji Green

📋 copy color: '#686710'

red 104 ◦ green 103 ◦ blue 16

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

Shades of Fiji Green #686710

Tints of Fiji Green #686710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.19%

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

R = 46.64%
G = 46.19%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#686710 (or 0x686710) is known color: Fiji Green. HEX triplet: 68, 67 and 10. RGB value is (104,103,16). Sum of RGB (Red+Green+Blue) = 104+103+16=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #686710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686710 is #9798EF. Grayscale: #5D5D5D. Windows color (decimal): -9935088 or 1075048. OLE color: 1075048.

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

Color convert

RGB 104 103 16 -
CMYK 0 0.01 0.85 0.59
HSL 59.32º 0.73% 0.24% -
HSV(B) 59.32º 0.85% 0.41% -
XYZ 10.65 12.68 2.38 -
YUV 93.38 84.33 135.57 -
System Red Green Blue C M Y K H S L
Decimal 104 103 16 0 0.01 0.85 0.59 59.32 0.73 0.24
Hex 68 67 10 0 1 55 3B 3B 49 18
Octal 150 147 20 0 1 125 73 73 111 30
Binary 1101000 1100111 10000 0 1 1010101 111011 111011 1001001 11000

Color Harmonies of #686710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686710

Black with #686710

Text Example


Text Example

White with #686710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686710; }

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

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

background-color css

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

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

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

border-color css

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

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

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