Shades of Fiji Green #617C11
Tints of Fiji Green #617C11
RGB
CMYK
RGB Variations
Color information
#617C11 (or 0x617C11) is known color: Fiji Green. HEX triplet: 61, 7C and 11. RGB value is (97,124,17). Sum of RGB (Red+Green+Blue) = 97+124+17=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #617C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617C11 is #9E83EE. Grayscale: #686868. Windows color (decimal): -10388463 or 1145953. OLE color: 1145953.
HSL color Cylindrical-coordinate representation of color #617C11: hue angle of 75.14º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #617C11 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 17 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.51 |
| HSL | 75.14º | 0.76% | 0.28% | - |
| HSV(B) | 75.14º | 0.86% | 0.49% | - |
| XYZ | 12.24 | 17 | 3.17 | - |
| YUV | 103.73 | 79.05 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 17 | 0.22 | 0 | 0.86 | 0.51 | 75.14 | 0.76 | 0.28 |
| Hex | 61 | 7C | 11 | 16 | 0 | 56 | 33 | 4B | 4C | 1C |
| Octal | 141 | 174 | 21 | 26 | 0 | 126 | 63 | 113 | 114 | 34 |
| Binary | 1100001 | 1111100 | 10001 | 10110 | 0 | 1010110 | 110011 | 1001011 | 1001100 | 11100 |
Color Harmonies of #617C11
Complementary color
Monochromatic Colors of #617C11
Black with #617C11
Text Example
Text Example
White with #617C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C11; }
p { color: rgb(97,124,17); }
H1.HeaderClassName
{
color: #617C11;
}
.AnyTagClassName
{
color: #617C11;
}
</style>
background-color css
<style>
a { background-color: #617C11; }
a { background-color: rgb(97,124,17); }
div.DivClassName
{
background-color: #617C11;
}
.BgClassName
{
background-color: #617C11;
}
</style>
border-color css
<style>
span { border-color: #617C11; }
span { border-color: rgb(97,124,17); }
td.TdClassName
{
border-color: #617C11;
}
.TagClassName
{
border-color: #617C11;
}
</style>