Shades of Fiji Green #617F0F
Tints of Fiji Green #617F0F
RGB
CMYK
RGB Variations
Color information
#617F0F (or 0x617F0F) is known color: Fiji Green. HEX triplet: 61, 7F and 0F. RGB value is (97,127,15). Sum of RGB (Red+Green+Blue) = 97+127+15=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 127 (50% from 255 or 53.14% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 127 - color contains mainly: green. Hex color #617F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617F0F is #9E80F0. Grayscale: #696969. Windows color (decimal): -10387697 or 1015649. OLE color: 1015649.
HSL color Cylindrical-coordinate representation of color #617F0F: hue angle of 76.07º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #617F0F is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 127 | 15 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.50 |
| HSL | 76.07º | 0.79% | 0.28% | - |
| HSV(B) | 76.07º | 0.88% | 0.5% | - |
| XYZ | 12.61 | 17.75 | 3.21 | - |
| YUV | 105.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 15 | 0.24 | 0 | 0.88 | 0.50 | 76.07 | 0.79 | 0.28 |
| Hex | 61 | 7F | F | 18 | 0 | 58 | 32 | 4C | 4F | 1C |
| Octal | 141 | 177 | 17 | 30 | 0 | 130 | 62 | 114 | 117 | 34 |
| Binary | 1100001 | 1111111 | 1111 | 11000 | 0 | 1011000 | 110010 | 1001100 | 1001111 | 11100 |
Color Harmonies of #617F0F
Complementary color
Monochromatic Colors of #617F0F
Black with #617F0F
Text Example
Text Example
White with #617F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F0F; }
p { color: rgb(97,127,15); }
H1.HeaderClassName
{
color: #617F0F;
}
.AnyTagClassName
{
color: #617F0F;
}
</style>
background-color css
<style>
a { background-color: #617F0F; }
a { background-color: rgb(97,127,15); }
div.DivClassName
{
background-color: #617F0F;
}
.BgClassName
{
background-color: #617F0F;
}
</style>
border-color css
<style>
span { border-color: #617F0F; }
span { border-color: rgb(97,127,15); }
td.TdClassName
{
border-color: #617F0F;
}
.TagClassName
{
border-color: #617F0F;
}
</style>