Shades of Fiji Green #617700
Tints of Fiji Green #617700
RGB
CMYK
RGB Variations
Color information
#617700 (or 0x617700) is known color: Fiji Green. HEX triplet: 61, 77 and 00. RGB value is (97,119,0). Sum of RGB (Red+Green+Blue) = 97+119+0=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #617700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617700 is #9E88FF. Grayscale: #636363. Windows color (decimal): -10389760 or 30561. OLE color: 30561.
HSL color Cylindrical-coordinate representation of color #617700: hue angle of 71.09º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #617700 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 119 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.53 |
| HSL | 71.09º | 1% | 0.23% | - |
| HSV(B) | 71.09º | 1% | 0.47% | - |
| XYZ | 11.53 | 15.74 | 2.43 | - |
| YUV | 98.86 | 72.21 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 0 | 0.18 | 0 | 1 | 0.53 | 71.09 | 1 | 0.23 |
| Hex | 61 | 77 | 0 | 12 | 0 | 64 | 35 | 47 | 64 | 17 |
| Octal | 141 | 167 | 0 | 22 | 0 | 144 | 65 | 107 | 144 | 27 |
| Binary | 1100001 | 1110111 | 0 | 10010 | 0 | 1100100 | 110101 | 1000111 | 1100100 | 10111 |
Color Harmonies of #617700
Complementary color
Monochromatic Colors of #617700
Black with #617700
Text Example
Text Example
White with #617700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617700; }
p { color: rgb(97,119,0); }
H1.HeaderClassName
{
color: #617700;
}
.AnyTagClassName
{
color: #617700;
}
</style>
background-color css
<style>
a { background-color: #617700; }
a { background-color: rgb(97,119,0); }
div.DivClassName
{
background-color: #617700;
}
.BgClassName
{
background-color: #617700;
}
</style>
border-color css
<style>
span { border-color: #617700; }
span { border-color: rgb(97,119,0); }
td.TdClassName
{
border-color: #617700;
}
.TagClassName
{
border-color: #617700;
}
</style>