Shades of Fiji Green #617C06
Tints of Fiji Green #617C06
RGB
CMYK
RGB Variations
Color information
#617C06 (or 0x617C06) is known color: Fiji Green. HEX triplet: 61, 7C and 06. RGB value is (97,124,6). Sum of RGB (Red+Green+Blue) = 97+124+6=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #617C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617C06 is #9E83F9. Grayscale: #666666. Windows color (decimal): -10388474 or 425057. OLE color: 425057.
HSL color Cylindrical-coordinate representation of color #617C06: hue angle of 73.73º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #617C06 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 6 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.51 |
| HSL | 73.73º | 0.91% | 0.25% | - |
| HSV(B) | 73.73º | 0.95% | 0.49% | - |
| XYZ | 12.17 | 16.97 | 2.81 | - |
| YUV | 102.48 | 73.55 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 6 | 0.22 | 0 | 0.95 | 0.51 | 73.73 | 0.91 | 0.25 |
| Hex | 61 | 7C | 6 | 16 | 0 | 5F | 33 | 4A | 5B | 19 |
| Octal | 141 | 174 | 6 | 26 | 0 | 137 | 63 | 112 | 133 | 31 |
| Binary | 1100001 | 1111100 | 110 | 10110 | 0 | 1011111 | 110011 | 1001010 | 1011011 | 11001 |
Color Harmonies of #617C06
Complementary color
Monochromatic Colors of #617C06
Black with #617C06
Text Example
Text Example
White with #617C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C06; }
p { color: rgb(97,124,6); }
H1.HeaderClassName
{
color: #617C06;
}
.AnyTagClassName
{
color: #617C06;
}
</style>
background-color css
<style>
a { background-color: #617C06; }
a { background-color: rgb(97,124,6); }
div.DivClassName
{
background-color: #617C06;
}
.BgClassName
{
background-color: #617C06;
}
</style>
border-color css
<style>
span { border-color: #617C06; }
span { border-color: rgb(97,124,6); }
td.TdClassName
{
border-color: #617C06;
}
.TagClassName
{
border-color: #617C06;
}
</style>