Shades of Fiji Green #616F09
Tints of Fiji Green #616F09
RGB
CMYK
RGB Variations
Color information
#616F09 (or 0x616F09) is known color: Fiji Green. HEX triplet: 61, 6F and 09. RGB value is (97,111,9). Sum of RGB (Red+Green+Blue) = 97+111+9=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #616F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616F09 is #9E90F6. Grayscale: #5F5F5F. Windows color (decimal): -10391799 or 618337. OLE color: 618337.
HSL color Cylindrical-coordinate representation of color #616F09: hue angle of 68.24º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #616F09 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 9 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.56 |
| HSL | 68.24º | 0.85% | 0.24% | - |
| HSV(B) | 68.24º | 0.92% | 0.44% | - |
| XYZ | 10.66 | 13.93 | 2.39 | - |
| YUV | 95.19 | 79.36 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 9 | 0.13 | 0 | 0.92 | 0.56 | 68.24 | 0.85 | 0.24 |
| Hex | 61 | 6F | 9 | D | 0 | 5C | 38 | 44 | 55 | 18 |
| Octal | 141 | 157 | 11 | 15 | 0 | 134 | 70 | 104 | 125 | 30 |
| Binary | 1100001 | 1101111 | 1001 | 1101 | 0 | 1011100 | 111000 | 1000100 | 1010101 | 11000 |
Color Harmonies of #616F09
Complementary color
Monochromatic Colors of #616F09
Black with #616F09
Text Example
Text Example
White with #616F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F09; }
p { color: rgb(97,111,9); }
H1.HeaderClassName
{
color: #616F09;
}
.AnyTagClassName
{
color: #616F09;
}
</style>
background-color css
<style>
a { background-color: #616F09; }
a { background-color: rgb(97,111,9); }
div.DivClassName
{
background-color: #616F09;
}
.BgClassName
{
background-color: #616F09;
}
</style>
border-color css
<style>
span { border-color: #616F09; }
span { border-color: rgb(97,111,9); }
td.TdClassName
{
border-color: #616F09;
}
.TagClassName
{
border-color: #616F09;
}
</style>