Shades of Fiji Green #617F12
Tints of Fiji Green #617F12
RGB
CMYK
RGB Variations
Color information
#617F12 (or 0x617F12) is known color: Fiji Green. HEX triplet: 61, 7F and 12. RGB value is (97,127,18). Sum of RGB (Red+Green+Blue) = 97+127+18=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #617F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617F12 is #9E80ED. Grayscale: #6A6A6A. Windows color (decimal): -10387694 or 1212257. OLE color: 1212257.
HSL color Cylindrical-coordinate representation of color #617F12: hue angle of 76.51º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #617F12 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 127 | 18 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.50 |
| HSL | 76.51º | 0.75% | 0.28% | - |
| HSV(B) | 76.51º | 0.86% | 0.5% | - |
| XYZ | 12.63 | 17.76 | 3.34 | - |
| YUV | 105.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 18 | 0.24 | 0 | 0.86 | 0.50 | 76.51 | 0.75 | 0.28 |
| Hex | 61 | 7F | 12 | 18 | 0 | 56 | 32 | 4D | 4B | 1C |
| Octal | 141 | 177 | 22 | 30 | 0 | 126 | 62 | 115 | 113 | 34 |
| Binary | 1100001 | 1111111 | 10010 | 11000 | 0 | 1010110 | 110010 | 1001101 | 1001011 | 11100 |
Color Harmonies of #617F12
Complementary color
Monochromatic Colors of #617F12
Black with #617F12
Text Example
Text Example
White with #617F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F12; }
p { color: rgb(97,127,18); }
H1.HeaderClassName
{
color: #617F12;
}
.AnyTagClassName
{
color: #617F12;
}
</style>
background-color css
<style>
a { background-color: #617F12; }
a { background-color: rgb(97,127,18); }
div.DivClassName
{
background-color: #617F12;
}
.BgClassName
{
background-color: #617F12;
}
</style>
border-color css
<style>
span { border-color: #617F12; }
span { border-color: rgb(97,127,18); }
td.TdClassName
{
border-color: #617F12;
}
.TagClassName
{
border-color: #617F12;
}
</style>