Shades of Fiji Green #617C1C
Tints of Fiji Green #617C1C
RGB
CMYK
RGB Variations
Color information
#617C1C (or 0x617C1C) is known color: Fiji Green. HEX triplet: 61, 7C and 1C. RGB value is (97,124,28). Sum of RGB (Red+Green+Blue) = 97+124+28=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #617C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617C1C is #9E83E3. Grayscale: #696969. Windows color (decimal): -10388452 or 1866849. OLE color: 1866849.
HSL color Cylindrical-coordinate representation of color #617C1C: hue angle of 76.88º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #617C1C is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 28 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.51 |
| HSL | 76.88º | 0.63% | 0.3% | - |
| HSV(B) | 76.88º | 0.77% | 0.49% | - |
| XYZ | 12.35 | 17.04 | 3.74 | - |
| YUV | 104.98 | 84.55 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 28 | 0.22 | 0 | 0.77 | 0.51 | 76.88 | 0.63 | 0.3 |
| Hex | 61 | 7C | 1C | 16 | 0 | 4D | 33 | 4D | 3F | 1E |
| Octal | 141 | 174 | 34 | 26 | 0 | 115 | 63 | 115 | 77 | 36 |
| Binary | 1100001 | 1111100 | 11100 | 10110 | 0 | 1001101 | 110011 | 1001101 | 111111 | 11110 |
Color Harmonies of #617C1C
Complementary color
Monochromatic Colors of #617C1C
Black with #617C1C
Text Example
Text Example
White with #617C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C1C; }
p { color: rgb(97,124,28); }
H1.HeaderClassName
{
color: #617C1C;
}
.AnyTagClassName
{
color: #617C1C;
}
</style>
background-color css
<style>
a { background-color: #617C1C; }
a { background-color: rgb(97,124,28); }
div.DivClassName
{
background-color: #617C1C;
}
.BgClassName
{
background-color: #617C1C;
}
</style>
border-color css
<style>
span { border-color: #617C1C; }
span { border-color: rgb(97,124,28); }
td.TdClassName
{
border-color: #617C1C;
}
.TagClassName
{
border-color: #617C1C;
}
</style>