Shades of Fiji Green #616211
Tints of Fiji Green #616211
RGB
CMYK
RGB Variations
Color information
#616211 (or 0x616211) is known color: Fiji Green. HEX triplet: 61, 62 and 11. RGB value is (97,98,17). Sum of RGB (Red+Green+Blue) = 97+98+17=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #616211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616211 is #9E9DEE. Grayscale: #585858. Windows color (decimal): -10395119 or 1139297. OLE color: 1139297.
HSL color Cylindrical-coordinate representation of color #616211: hue angle of 60.74º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #616211 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 98 | 17 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.62 |
| HSL | 60.74º | 0.7% | 0.23% | - |
| HSV(B) | 60.74º | 0.83% | 0.38% | - |
| XYZ | 9.4 | 11.32 | 2.22 | - |
| YUV | 88.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 17 | 0.01 | 0 | 0.83 | 0.62 | 60.74 | 0.7 | 0.23 |
| Hex | 61 | 62 | 11 | 1 | 0 | 53 | 3E | 3D | 46 | 17 |
| Octal | 141 | 142 | 21 | 1 | 0 | 123 | 76 | 75 | 106 | 27 |
| Binary | 1100001 | 1100010 | 10001 | 1 | 0 | 1010011 | 111110 | 111101 | 1000110 | 10111 |
Color Harmonies of #616211
Complementary color
Monochromatic Colors of #616211
Black with #616211
Text Example
Text Example
White with #616211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616211; }
p { color: rgb(97,98,17); }
H1.HeaderClassName
{
color: #616211;
}
.AnyTagClassName
{
color: #616211;
}
</style>
background-color css
<style>
a { background-color: #616211; }
a { background-color: rgb(97,98,17); }
div.DivClassName
{
background-color: #616211;
}
.BgClassName
{
background-color: #616211;
}
</style>
border-color css
<style>
span { border-color: #616211; }
span { border-color: rgb(97,98,17); }
td.TdClassName
{
border-color: #616211;
}
.TagClassName
{
border-color: #616211;
}
</style>