Shades of Fiji Green #617B0D
Tints of Fiji Green #617B0D
RGB
CMYK
RGB Variations
Color information
#617B0D (or 0x617B0D) is known color: Fiji Green. HEX triplet: 61, 7B and 0D. RGB value is (97,123,13). Sum of RGB (Red+Green+Blue) = 97+123+13=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 123 (48.44% from 255 or 52.79% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 123 - color contains mainly: green. Hex color #617B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617B0D is #9E84F2. Grayscale: #676767. Windows color (decimal): -10388723 or 883553. OLE color: 883553.
HSL color Cylindrical-coordinate representation of color #617B0D: hue angle of 74.18º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #617B0D is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 123 | 13 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.52 |
| HSL | 74.18º | 0.81% | 0.27% | - |
| HSV(B) | 74.18º | 0.89% | 0.48% | - |
| XYZ | 12.09 | 16.74 | 2.97 | - |
| YUV | 102.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 13 | 0.21 | 0 | 0.89 | 0.52 | 74.18 | 0.81 | 0.27 |
| Hex | 61 | 7B | D | 15 | 0 | 59 | 34 | 4A | 51 | 1B |
| Octal | 141 | 173 | 15 | 25 | 0 | 131 | 64 | 112 | 121 | 33 |
| Binary | 1100001 | 1111011 | 1101 | 10101 | 0 | 1011001 | 110100 | 1001010 | 1010001 | 11011 |
Color Harmonies of #617B0D
Complementary color
Monochromatic Colors of #617B0D
Black with #617B0D
Text Example
Text Example
White with #617B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B0D; }
p { color: rgb(97,123,13); }
H1.HeaderClassName
{
color: #617B0D;
}
.AnyTagClassName
{
color: #617B0D;
}
</style>
background-color css
<style>
a { background-color: #617B0D; }
a { background-color: rgb(97,123,13); }
div.DivClassName
{
background-color: #617B0D;
}
.BgClassName
{
background-color: #617B0D;
}
</style>
border-color css
<style>
span { border-color: #617B0D; }
span { border-color: rgb(97,123,13); }
td.TdClassName
{
border-color: #617B0D;
}
.TagClassName
{
border-color: #617B0D;
}
</style>