Shades of Fiji Green #686C05
Tints of Fiji Green #686C05
RGB
CMYK
RGB Variations
Color information
#686C05 (or 0x686C05) is known color: Fiji Green. HEX triplet: 68, 6C and 05. RGB value is (104,108,5). Sum of RGB (Red+Green+Blue) = 104+108+5=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 108 (42.58% from 255 or 49.77% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 108 - color contains mainly: green. Hex color #686C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686C05 is #9793FA. Grayscale: #5F5F5F. Windows color (decimal): -9933819 or 355432. OLE color: 355432.
HSL color Cylindrical-coordinate representation of color #686C05: hue angle of 62.33º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #686C05 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 108 | 5 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.58 |
| HSL | 62.33º | 0.91% | 0.22% | - |
| HSV(B) | 62.33º | 0.95% | 0.42% | - |
| XYZ | 11.1 | 13.68 | 2.2 | - |
| YUV | 95.06 | 77.17 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 5 | 0.04 | 0 | 0.95 | 0.58 | 62.33 | 0.91 | 0.22 |
| Hex | 68 | 6C | 5 | 4 | 0 | 5F | 3A | 3E | 5B | 16 |
| Octal | 150 | 154 | 5 | 4 | 0 | 137 | 72 | 76 | 133 | 26 |
| Binary | 1101000 | 1101100 | 101 | 100 | 0 | 1011111 | 111010 | 111110 | 1011011 | 10110 |
Color Harmonies of #686C05
Complementary color
Monochromatic Colors of #686C05
Black with #686C05
Text Example
Text Example
White with #686C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C05; }
p { color: rgb(104,108,5); }
H1.HeaderClassName
{
color: #686C05;
}
.AnyTagClassName
{
color: #686C05;
}
</style>
background-color css
<style>
a { background-color: #686C05; }
a { background-color: rgb(104,108,5); }
div.DivClassName
{
background-color: #686C05;
}
.BgClassName
{
background-color: #686C05;
}
</style>
border-color css
<style>
span { border-color: #686C05; }
span { border-color: rgb(104,108,5); }
td.TdClassName
{
border-color: #686C05;
}
.TagClassName
{
border-color: #686C05;
}
</style>