Shades of Fiji Green #617C08
Tints of Fiji Green #617C08
RGB
CMYK
RGB Variations
Color information
#617C08 (or 0x617C08) is known color: Fiji Green. HEX triplet: 61, 7C and 08. RGB value is (97,124,8). Sum of RGB (Red+Green+Blue) = 97+124+8=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #617C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617C08 is #9E83F7. Grayscale: #676767. Windows color (decimal): -10388472 or 556129. OLE color: 556129.
HSL color Cylindrical-coordinate representation of color #617C08: hue angle of 73.97º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #617C08 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 8 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.51 |
| HSL | 73.97º | 0.88% | 0.26% | - |
| HSV(B) | 73.97º | 0.94% | 0.49% | - |
| XYZ | 12.18 | 16.97 | 2.86 | - |
| YUV | 102.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 8 | 0.22 | 0 | 0.94 | 0.51 | 73.97 | 0.88 | 0.26 |
| Hex | 61 | 7C | 8 | 16 | 0 | 5E | 33 | 4A | 58 | 1A |
| Octal | 141 | 174 | 10 | 26 | 0 | 136 | 63 | 112 | 130 | 32 |
| Binary | 1100001 | 1111100 | 1000 | 10110 | 0 | 1011110 | 110011 | 1001010 | 1011000 | 11010 |
Color Harmonies of #617C08
Complementary color
Monochromatic Colors of #617C08
Black with #617C08
Text Example
Text Example
White with #617C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C08; }
p { color: rgb(97,124,8); }
H1.HeaderClassName
{
color: #617C08;
}
.AnyTagClassName
{
color: #617C08;
}
</style>
background-color css
<style>
a { background-color: #617C08; }
a { background-color: rgb(97,124,8); }
div.DivClassName
{
background-color: #617C08;
}
.BgClassName
{
background-color: #617C08;
}
</style>
border-color css
<style>
span { border-color: #617C08; }
span { border-color: rgb(97,124,8); }
td.TdClassName
{
border-color: #617C08;
}
.TagClassName
{
border-color: #617C08;
}
</style>