#686D13

Color #686D13 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #686D13

Tints of Fiji Green #686D13

Color information

#686D13 (or 0x686D13) is unknown color: approx Fiji Green. HEX triplet: 68, 6D and 13. RGB value is (104,109,19). Sum of RGB (Red+Green+Blue) = 104+109+19=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #686D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686D13 is #9792EC. Grayscale: #616161. Windows color (decimal): -9933549 or 1273192. OLE color: 1273192.

HSL color Cylindrical-coordinate representation of color #686D13: hue angle of 63.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #686D13 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB10410919-
CMYK0.0500.830.57
HSL63.33º70.31%25.1%-
HSV(B)63.33º82.57%42.75%-
XYZ11.313.932.71-
YUV97.2483.84132.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 109 (42.97% from 255) = 46.98%
BLUE value IS 19 (7.81% from 255) = 8.19%
R=44.83%
G=46.98%
B=8.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104109190.0500.830.5763.3370.3125.1
Hex686D135053393f4619
Octal1501552350123717710631
Binary110100011011011001110101010011111001111111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686D13; }

 p { color: rgb(104,109,19); }

 H1.HeaderClassName
 {
   color: #686D13;
 }
 .AnyTagClassName
 {
   color: #686D13;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #686D13;
 }
 .BgClassName
 {
   background-color: #686D13;
 }
</style>
border-color css

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

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

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