Shades of Fiji Green #686805
Tints of Fiji Green #686805
RGB
CMYK
RGB Variations
Color information
#686805 (or 0x686805) is known color: Fiji Green. HEX triplet: 68, 68 and 05. RGB value is (104,104,5). Sum of RGB (Red+Green+Blue) = 104+104+5=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686805 is #9797FA. Grayscale: #5D5D5D. Windows color (decimal): -9934843 or 354408. OLE color: 354408.
HSL color Cylindrical-coordinate representation of color #686805: hue angle of 60º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #686805 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 5 | - |
| CMYK | 0 | 0 | 0.95 | 0.59 |
| HSL | 60º | 0.91% | 0.21% | - |
| HSV(B) | 60º | 0.95% | 0.41% | - |
| XYZ | 10.69 | 12.85 | 2.06 | - |
| YUV | 92.71 | 78.5 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 5 | 0 | 0 | 0.95 | 0.59 | 60 | 0.91 | 0.21 |
| Hex | 68 | 68 | 5 | 0 | 0 | 5F | 3B | 3C | 5B | 15 |
| Octal | 150 | 150 | 5 | 0 | 0 | 137 | 73 | 74 | 133 | 25 |
| Binary | 1101000 | 1101000 | 101 | 0 | 0 | 1011111 | 111011 | 111100 | 1011011 | 10101 |
Color Harmonies of #686805
Complementary color
Monochromatic Colors of #686805
Black with #686805
Text Example
Text Example
White with #686805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686805; }
p { color: rgb(104,104,5); }
H1.HeaderClassName
{
color: #686805;
}
.AnyTagClassName
{
color: #686805;
}
</style>
background-color css
<style>
a { background-color: #686805; }
a { background-color: rgb(104,104,5); }
div.DivClassName
{
background-color: #686805;
}
.BgClassName
{
background-color: #686805;
}
</style>
border-color css
<style>
span { border-color: #686805; }
span { border-color: rgb(104,104,5); }
td.TdClassName
{
border-color: #686805;
}
.TagClassName
{
border-color: #686805;
}
</style>