Shades of Fiji Green #616111
Tints of Fiji Green #616111
RGB
CMYK
RGB Variations
Color information
#616111 (or 0x616111) is known color: Fiji Green. HEX triplet: 61, 61 and 11. RGB value is (97,97,17). Sum of RGB (Red+Green+Blue) = 97+97+17=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616111 is #9E9EEE. Grayscale: #585858. Windows color (decimal): -10395375 or 1139041. OLE color: 1139041.
HSL color Cylindrical-coordinate representation of color #616111: hue angle of 60º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #616111 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 97 | 17 | - |
| CMYK | 0 | 0 | 0.82 | 0.62 |
| HSL | 60º | 0.7% | 0.22% | - |
| HSV(B) | 60º | 0.82% | 0.38% | - |
| XYZ | 9.31 | 11.13 | 2.19 | - |
| YUV | 87.88 | 88 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 97 | 17 | 0 | 0 | 0.82 | 0.62 | 60 | 0.7 | 0.22 |
| Hex | 61 | 61 | 11 | 0 | 0 | 52 | 3E | 3C | 46 | 16 |
| Octal | 141 | 141 | 21 | 0 | 0 | 122 | 76 | 74 | 106 | 26 |
| Binary | 1100001 | 1100001 | 10001 | 0 | 0 | 1010010 | 111110 | 111100 | 1000110 | 10110 |
Color Harmonies of #616111
Complementary color
Monochromatic Colors of #616111
Black with #616111
Text Example
Text Example
White with #616111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616111; }
p { color: rgb(97,97,17); }
H1.HeaderClassName
{
color: #616111;
}
.AnyTagClassName
{
color: #616111;
}
</style>
background-color css
<style>
a { background-color: #616111; }
a { background-color: rgb(97,97,17); }
div.DivClassName
{
background-color: #616111;
}
.BgClassName
{
background-color: #616111;
}
</style>
border-color css
<style>
span { border-color: #616111; }
span { border-color: rgb(97,97,17); }
td.TdClassName
{
border-color: #616111;
}
.TagClassName
{
border-color: #616111;
}
</style>