Shades of Fiji Green #616804
Tints of Fiji Green #616804
RGB
CMYK
RGB Variations
Color information
#616804 (or 0x616804) is known color: Fiji Green. HEX triplet: 61, 68 and 04. RGB value is (97,104,4). Sum of RGB (Red+Green+Blue) = 97+104+4=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #616804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616804 is #9E97FB. Grayscale: #5A5A5A. Windows color (decimal): -10393596 or 288865. OLE color: 288865.
HSL color Cylindrical-coordinate representation of color #616804: hue angle of 64.2º 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 #616804 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 104 | 4 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.59 |
| HSL | 64.2º | 0.93% | 0.21% | - |
| HSV(B) | 64.2º | 0.96% | 0.41% | - |
| XYZ | 9.9 | 12.45 | 2 | - |
| YUV | 90.51 | 79.18 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 4 | 0.07 | 0 | 0.96 | 0.59 | 64.2 | 0.93 | 0.21 |
| Hex | 61 | 68 | 4 | 7 | 0 | 60 | 3B | 40 | 5D | 15 |
| Octal | 141 | 150 | 4 | 7 | 0 | 140 | 73 | 100 | 135 | 25 |
| Binary | 1100001 | 1101000 | 100 | 111 | 0 | 1100000 | 111011 | 1000000 | 1011101 | 10101 |
Color Harmonies of #616804
Complementary color
Monochromatic Colors of #616804
Black with #616804
Text Example
Text Example
White with #616804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616804; }
p { color: rgb(97,104,4); }
H1.HeaderClassName
{
color: #616804;
}
.AnyTagClassName
{
color: #616804;
}
</style>
background-color css
<style>
a { background-color: #616804; }
a { background-color: rgb(97,104,4); }
div.DivClassName
{
background-color: #616804;
}
.BgClassName
{
background-color: #616804;
}
</style>
border-color css
<style>
span { border-color: #616804; }
span { border-color: rgb(97,104,4); }
td.TdClassName
{
border-color: #616804;
}
.TagClassName
{
border-color: #616804;
}
</style>