Shades of Fiji Green #616902
Tints of Fiji Green #616902
RGB
CMYK
RGB Variations
Color information
#616902 (or 0x616902) is known color: Fiji Green. HEX triplet: 61, 69 and 02. RGB value is (97,105,2). Sum of RGB (Red+Green+Blue) = 97+105+2=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #616902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616902 is #9E96FD. Grayscale: #5B5B5B. Windows color (decimal): -10393342 or 158049. OLE color: 158049.
HSL color Cylindrical-coordinate representation of color #616902: hue angle of 64.66º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #616902 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 105 | 2 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.59 |
| HSL | 64.66º | 0.96% | 0.21% | - |
| HSV(B) | 64.66º | 0.98% | 0.41% | - |
| XYZ | 9.99 | 12.65 | 1.97 | - |
| YUV | 90.87 | 77.85 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 2 | 0.08 | 0 | 0.98 | 0.59 | 64.66 | 0.96 | 0.21 |
| Hex | 61 | 69 | 2 | 8 | 0 | 62 | 3B | 41 | 60 | 15 |
| Octal | 141 | 151 | 2 | 10 | 0 | 142 | 73 | 101 | 140 | 25 |
| Binary | 1100001 | 1101001 | 10 | 1000 | 0 | 1100010 | 111011 | 1000001 | 1100000 | 10101 |
Color Harmonies of #616902
Complementary color
Monochromatic Colors of #616902
Black with #616902
Text Example
Text Example
White with #616902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616902; }
p { color: rgb(97,105,2); }
H1.HeaderClassName
{
color: #616902;
}
.AnyTagClassName
{
color: #616902;
}
</style>
background-color css
<style>
a { background-color: #616902; }
a { background-color: rgb(97,105,2); }
div.DivClassName
{
background-color: #616902;
}
.BgClassName
{
background-color: #616902;
}
</style>
border-color css
<style>
span { border-color: #616902; }
span { border-color: rgb(97,105,2); }
td.TdClassName
{
border-color: #616902;
}
.TagClassName
{
border-color: #616902;
}
</style>