Shades of Fiji Green #617000
Tints of Fiji Green #617000
RGB
CMYK
RGB Variations
Color information
#617000 (or 0x617000) is known color: Fiji Green. HEX triplet: 61, 70 and 00. RGB value is (97,112,0). Sum of RGB (Red+Green+Blue) = 97+112+0=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #617000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617000 is #9E8FFF. Grayscale: #5F5F5F. Windows color (decimal): -10391552 or 28769. OLE color: 28769.
HSL color Cylindrical-coordinate representation of color #617000: hue angle of 68.04º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #617000 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 112 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.56 |
| HSL | 68.04º | 1% | 0.22% | - |
| HSV(B) | 68.04º | 1% | 0.44% | - |
| XYZ | 10.72 | 14.13 | 2.16 | - |
| YUV | 94.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 112 | 0 | 0.13 | 0 | 1 | 0.56 | 68.04 | 1 | 0.22 |
| Hex | 61 | 70 | 0 | D | 0 | 64 | 38 | 44 | 64 | 16 |
| Octal | 141 | 160 | 0 | 15 | 0 | 144 | 70 | 104 | 144 | 26 |
| Binary | 1100001 | 1110000 | 0 | 1101 | 0 | 1100100 | 111000 | 1000100 | 1100100 | 10110 |
Color Harmonies of #617000
Complementary color
Monochromatic Colors of #617000
Black with #617000
Text Example
Text Example
White with #617000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617000; }
p { color: rgb(97,112,0); }
H1.HeaderClassName
{
color: #617000;
}
.AnyTagClassName
{
color: #617000;
}
</style>
background-color css
<style>
a { background-color: #617000; }
a { background-color: rgb(97,112,0); }
div.DivClassName
{
background-color: #617000;
}
.BgClassName
{
background-color: #617000;
}
</style>
border-color css
<style>
span { border-color: #617000; }
span { border-color: rgb(97,112,0); }
td.TdClassName
{
border-color: #617000;
}
.TagClassName
{
border-color: #617000;
}
</style>