Shades of Fiji Green #686204
Tints of Fiji Green #686204
RGB
CMYK
RGB Variations
Color information
#686204 (or 0x686204) is known color: Fiji Green. HEX triplet: 68, 62 and 04. RGB value is (104,98,4). Sum of RGB (Red+Green+Blue) = 104+98+4=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #686204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686204 is #979DFB. Grayscale: #595959. Windows color (decimal): -9936380 or 287336. OLE color: 287336.
HSL color Cylindrical-coordinate representation of color #686204: hue angle of 56.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #686204 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 4 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.59 |
| HSL | 56.4º | 0.93% | 0.21% | - |
| HSV(B) | 56.4º | 0.96% | 0.41% | - |
| XYZ | 10.1 | 11.69 | 1.84 | - |
| YUV | 89.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 4 | 0 | 0.06 | 0.96 | 0.59 | 56.4 | 0.93 | 0.21 |
| Hex | 68 | 62 | 4 | 0 | 6 | 60 | 3B | 38 | 5D | 15 |
| Octal | 150 | 142 | 4 | 0 | 6 | 140 | 73 | 70 | 135 | 25 |
| Binary | 1101000 | 1100010 | 100 | 0 | 110 | 1100000 | 111011 | 111000 | 1011101 | 10101 |
Color Harmonies of #686204
Complementary color
Monochromatic Colors of #686204
Black with #686204
Text Example
Text Example
White with #686204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686204; }
p { color: rgb(104,98,4); }
H1.HeaderClassName
{
color: #686204;
}
.AnyTagClassName
{
color: #686204;
}
</style>
background-color css
<style>
a { background-color: #686204; }
a { background-color: rgb(104,98,4); }
div.DivClassName
{
background-color: #686204;
}
.BgClassName
{
background-color: #686204;
}
</style>
border-color css
<style>
span { border-color: #686204; }
span { border-color: rgb(104,98,4); }
td.TdClassName
{
border-color: #686204;
}
.TagClassName
{
border-color: #686204;
}
</style>