Shades of Fiji Green #616808
Tints of Fiji Green #616808
RGB
CMYK
RGB Variations
Color information
#616808 (or 0x616808) is known color: Fiji Green. HEX triplet: 61, 68 and 08. RGB value is (97,104,8). Sum of RGB (Red+Green+Blue) = 97+104+8=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #616808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616808 is #9E97F7. Grayscale: #5B5B5B. Windows color (decimal): -10393592 or 551009. OLE color: 551009.
HSL color Cylindrical-coordinate representation of color #616808: hue angle of 64.38º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #616808 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 104 | 8 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.59 |
| HSL | 64.38º | 0.86% | 0.22% | - |
| HSV(B) | 64.38º | 0.92% | 0.41% | - |
| XYZ | 9.92 | 12.46 | 2.11 | - |
| YUV | 90.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 8 | 0.07 | 0 | 0.92 | 0.59 | 64.38 | 0.86 | 0.22 |
| Hex | 61 | 68 | 8 | 7 | 0 | 5C | 3B | 40 | 56 | 16 |
| Octal | 141 | 150 | 10 | 7 | 0 | 134 | 73 | 100 | 126 | 26 |
| Binary | 1100001 | 1101000 | 1000 | 111 | 0 | 1011100 | 111011 | 1000000 | 1010110 | 10110 |
Color Harmonies of #616808
Complementary color
Monochromatic Colors of #616808
Black with #616808
Text Example
Text Example
White with #616808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616808; }
p { color: rgb(97,104,8); }
H1.HeaderClassName
{
color: #616808;
}
.AnyTagClassName
{
color: #616808;
}
</style>
background-color css
<style>
a { background-color: #616808; }
a { background-color: rgb(97,104,8); }
div.DivClassName
{
background-color: #616808;
}
.BgClassName
{
background-color: #616808;
}
</style>
border-color css
<style>
span { border-color: #616808; }
span { border-color: rgb(97,104,8); }
td.TdClassName
{
border-color: #616808;
}
.TagClassName
{
border-color: #616808;
}
</style>