Shades of Fiji Green #616F13
Tints of Fiji Green #616F13
RGB
CMYK
RGB Variations
Color information
#616F13 (or 0x616F13) is known color: Fiji Green. HEX triplet: 61, 6F and 13. RGB value is (97,111,19). Sum of RGB (Red+Green+Blue) = 97+111+19=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #616F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616F13 is #9E90EC. Grayscale: #606060. Windows color (decimal): -10391789 or 1273697. OLE color: 1273697.
HSL color Cylindrical-coordinate representation of color #616F13: hue angle of 69.13º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #616F13 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 19 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.56 |
| HSL | 69.13º | 0.71% | 0.25% | - |
| HSV(B) | 69.13º | 0.83% | 0.44% | - |
| XYZ | 10.73 | 13.96 | 2.74 | - |
| YUV | 96.33 | 84.36 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 19 | 0.13 | 0 | 0.83 | 0.56 | 69.13 | 0.71 | 0.25 |
| Hex | 61 | 6F | 13 | D | 0 | 53 | 38 | 45 | 47 | 19 |
| Octal | 141 | 157 | 23 | 15 | 0 | 123 | 70 | 105 | 107 | 31 |
| Binary | 1100001 | 1101111 | 10011 | 1101 | 0 | 1010011 | 111000 | 1000101 | 1000111 | 11001 |
Color Harmonies of #616F13
Complementary color
Monochromatic Colors of #616F13
Black with #616F13
Text Example
Text Example
White with #616F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F13; }
p { color: rgb(97,111,19); }
H1.HeaderClassName
{
color: #616F13;
}
.AnyTagClassName
{
color: #616F13;
}
</style>
background-color css
<style>
a { background-color: #616F13; }
a { background-color: rgb(97,111,19); }
div.DivClassName
{
background-color: #616F13;
}
.BgClassName
{
background-color: #616F13;
}
</style>
border-color css
<style>
span { border-color: #616F13; }
span { border-color: rgb(97,111,19); }
td.TdClassName
{
border-color: #616F13;
}
.TagClassName
{
border-color: #616F13;
}
</style>