Shades of Fiji Green #617C18
Tints of Fiji Green #617C18
RGB
CMYK
RGB Variations
Color information
#617C18 (or 0x617C18) is known color: Fiji Green. HEX triplet: 61, 7C and 18. RGB value is (97,124,24). Sum of RGB (Red+Green+Blue) = 97+124+24=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #617C18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617C18 is #9E83E7. Grayscale: #686868. Windows color (decimal): -10388456 or 1604705. OLE color: 1604705.
HSL color Cylindrical-coordinate representation of color #617C18: hue angle of 76.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #617C18 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 24 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.51 |
| HSL | 76.2º | 0.68% | 0.29% | - |
| HSV(B) | 76.2º | 0.81% | 0.49% | - |
| XYZ | 12.3 | 17.02 | 3.5 | - |
| YUV | 104.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 24 | 0.22 | 0 | 0.81 | 0.51 | 76.2 | 0.68 | 0.29 |
| Hex | 61 | 7C | 18 | 16 | 0 | 51 | 33 | 4C | 44 | 1D |
| Octal | 141 | 174 | 30 | 26 | 0 | 121 | 63 | 114 | 104 | 35 |
| Binary | 1100001 | 1111100 | 11000 | 10110 | 0 | 1010001 | 110011 | 1001100 | 1000100 | 11101 |
Color Harmonies of #617C18
Complementary color
Monochromatic Colors of #617C18
Black with #617C18
Text Example
Text Example
White with #617C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C18; }
p { color: rgb(97,124,24); }
H1.HeaderClassName
{
color: #617C18;
}
.AnyTagClassName
{
color: #617C18;
}
</style>
background-color css
<style>
a { background-color: #617C18; }
a { background-color: rgb(97,124,24); }
div.DivClassName
{
background-color: #617C18;
}
.BgClassName
{
background-color: #617C18;
}
</style>
border-color css
<style>
span { border-color: #617C18; }
span { border-color: rgb(97,124,24); }
td.TdClassName
{
border-color: #617C18;
}
.TagClassName
{
border-color: #617C18;
}
</style>