Shades of Fiji Green #686C15
Tints of Fiji Green #686C15
RGB
CMYK
RGB Variations
Color information
#686C15 (or 0x686C15) is known color: Fiji Green. HEX triplet: 68, 6C and 15. RGB value is (104,108,21). Sum of RGB (Red+Green+Blue) = 104+108+21=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 108 - color contains mainly: green. Hex color #686C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686C15 is #9793EA. Grayscale: #616161. Windows color (decimal): -9933803 or 1404008. OLE color: 1404008.
HSL color Cylindrical-coordinate representation of color #686C15: hue angle of 62.76º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #686C15 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 108 | 21 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.58 |
| HSL | 62.76º | 0.67% | 0.25% | - |
| HSV(B) | 62.76º | 0.81% | 0.42% | - |
| XYZ | 11.21 | 13.72 | 2.77 | - |
| YUV | 96.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 21 | 0.04 | 0 | 0.81 | 0.58 | 62.76 | 0.67 | 0.25 |
| Hex | 68 | 6C | 15 | 4 | 0 | 51 | 3A | 3F | 43 | 19 |
| Octal | 150 | 154 | 25 | 4 | 0 | 121 | 72 | 77 | 103 | 31 |
| Binary | 1101000 | 1101100 | 10101 | 100 | 0 | 1010001 | 111010 | 111111 | 1000011 | 11001 |
Color Harmonies of #686C15
Complementary color
Monochromatic Colors of #686C15
Black with #686C15
Text Example
Text Example
White with #686C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C15; }
p { color: rgb(104,108,21); }
H1.HeaderClassName
{
color: #686C15;
}
.AnyTagClassName
{
color: #686C15;
}
</style>
background-color css
<style>
a { background-color: #686C15; }
a { background-color: rgb(104,108,21); }
div.DivClassName
{
background-color: #686C15;
}
.BgClassName
{
background-color: #686C15;
}
</style>
border-color css
<style>
span { border-color: #686C15; }
span { border-color: rgb(104,108,21); }
td.TdClassName
{
border-color: #686C15;
}
.TagClassName
{
border-color: #686C15;
}
</style>