Shades of Fiji Green #686C11
Tints of Fiji Green #686C11
RGB
CMYK
RGB Variations
Color information
#686C11 (or 0x686C11) is known color: Fiji Green. HEX triplet: 68, 6C and 11. RGB value is (104,108,17). Sum of RGB (Red+Green+Blue) = 104+108+17=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #686C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686C11 is #9793EE. Grayscale: #606060. Windows color (decimal): -9933807 or 1141864. OLE color: 1141864.
HSL color Cylindrical-coordinate representation of color #686C11: hue angle of 62.64º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #686C11 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 108 | 17 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.58 |
| HSL | 62.64º | 0.73% | 0.25% | - |
| HSV(B) | 62.64º | 0.84% | 0.42% | - |
| XYZ | 11.17 | 13.71 | 2.59 | - |
| YUV | 96.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 17 | 0.04 | 0 | 0.84 | 0.58 | 62.64 | 0.73 | 0.25 |
| Hex | 68 | 6C | 11 | 4 | 0 | 54 | 3A | 3F | 49 | 19 |
| Octal | 150 | 154 | 21 | 4 | 0 | 124 | 72 | 77 | 111 | 31 |
| Binary | 1101000 | 1101100 | 10001 | 100 | 0 | 1010100 | 111010 | 111111 | 1001001 | 11001 |
Color Harmonies of #686C11
Complementary color
Monochromatic Colors of #686C11
Black with #686C11
Text Example
Text Example
White with #686C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C11; }
p { color: rgb(104,108,17); }
H1.HeaderClassName
{
color: #686C11;
}
.AnyTagClassName
{
color: #686C11;
}
</style>
background-color css
<style>
a { background-color: #686C11; }
a { background-color: rgb(104,108,17); }
div.DivClassName
{
background-color: #686C11;
}
.BgClassName
{
background-color: #686C11;
}
</style>
border-color css
<style>
span { border-color: #686C11; }
span { border-color: rgb(104,108,17); }
td.TdClassName
{
border-color: #686C11;
}
.TagClassName
{
border-color: #686C11;
}
</style>