Shades of Fiji Green #616D13
Tints of Fiji Green #616D13
RGB
CMYK
RGB Variations
Color information
#616D13 (or 0x616D13) is known color: Fiji Green. HEX triplet: 61, 6D and 13. RGB value is (97,109,19). Sum of RGB (Red+Green+Blue) = 97+109+19=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #616D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616D13 is #9E92EC. Grayscale: #5F5F5F. Windows color (decimal): -10392301 or 1273185. OLE color: 1273185.
HSL color Cylindrical-coordinate representation of color #616D13: hue angle of 68º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #616D13 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 19 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.57 |
| HSL | 68º | 0.7% | 0.25% | - |
| HSV(B) | 68º | 0.83% | 0.43% | - |
| XYZ | 10.52 | 13.53 | 2.67 | - |
| YUV | 95.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 19 | 0.11 | 0 | 0.83 | 0.57 | 68 | 0.7 | 0.25 |
| Hex | 61 | 6D | 13 | B | 0 | 53 | 39 | 44 | 46 | 19 |
| Octal | 141 | 155 | 23 | 13 | 0 | 123 | 71 | 104 | 106 | 31 |
| Binary | 1100001 | 1101101 | 10011 | 1011 | 0 | 1010011 | 111001 | 1000100 | 1000110 | 11001 |
Color Harmonies of #616D13
Complementary color
Monochromatic Colors of #616D13
Black with #616D13
Text Example
Text Example
White with #616D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D13; }
p { color: rgb(97,109,19); }
H1.HeaderClassName
{
color: #616D13;
}
.AnyTagClassName
{
color: #616D13;
}
</style>
background-color css
<style>
a { background-color: #616D13; }
a { background-color: rgb(97,109,19); }
div.DivClassName
{
background-color: #616D13;
}
.BgClassName
{
background-color: #616D13;
}
</style>
border-color css
<style>
span { border-color: #616D13; }
span { border-color: rgb(97,109,19); }
td.TdClassName
{
border-color: #616D13;
}
.TagClassName
{
border-color: #616D13;
}
</style>