Shades of Fiji Green #686B15
Tints of Fiji Green #686B15
RGB
CMYK
RGB Variations
Color information
#686B15 (or 0x686B15) is known color: Fiji Green. HEX triplet: 68, 6B and 15. RGB value is (104,107,21). Sum of RGB (Red+Green+Blue) = 104+107+21=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #686B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686B15 is #9794EA. Grayscale: #606060. Windows color (decimal): -9934059 or 1403752. OLE color: 1403752.
HSL color Cylindrical-coordinate representation of color #686B15: hue angle of 62.09º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #686B15 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 21 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.58 |
| HSL | 62.09º | 0.67% | 0.25% | - |
| HSV(B) | 62.09º | 0.8% | 0.42% | - |
| XYZ | 11.1 | 13.51 | 2.73 | - |
| YUV | 96.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 21 | 0.03 | 0 | 0.80 | 0.58 | 62.09 | 0.67 | 0.25 |
| Hex | 68 | 6B | 15 | 3 | 0 | 50 | 3A | 3E | 43 | 19 |
| Octal | 150 | 153 | 25 | 3 | 0 | 120 | 72 | 76 | 103 | 31 |
| Binary | 1101000 | 1101011 | 10101 | 11 | 0 | 1010000 | 111010 | 111110 | 1000011 | 11001 |
Color Harmonies of #686B15
Complementary color
Monochromatic Colors of #686B15
Black with #686B15
Text Example
Text Example
White with #686B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B15; }
p { color: rgb(104,107,21); }
H1.HeaderClassName
{
color: #686B15;
}
.AnyTagClassName
{
color: #686B15;
}
</style>
background-color css
<style>
a { background-color: #686B15; }
a { background-color: rgb(104,107,21); }
div.DivClassName
{
background-color: #686B15;
}
.BgClassName
{
background-color: #686B15;
}
</style>
border-color css
<style>
span { border-color: #686B15; }
span { border-color: rgb(104,107,21); }
td.TdClassName
{
border-color: #686B15;
}
.TagClassName
{
border-color: #686B15;
}
</style>