Shades of Fiji Green #617A25
Tints of Fiji Green #617A25
RGB
CMYK
RGB Variations
Color information
#617A25 (or 0x617A25) is known color: Fiji Green. HEX triplet: 61, 7A and 25. RGB value is (97,122,37). Sum of RGB (Red+Green+Blue) = 97+122+37=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 122 - color contains mainly: green. Hex color #617A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617A25 is #9E85DA. Grayscale: #696969. Windows color (decimal): -10388955 or 2456161. OLE color: 2456161.
HSL color Cylindrical-coordinate representation of color #617A25: hue angle of 77.65º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #617A25 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 122 | 37 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.52 |
| HSL | 77.65º | 0.53% | 0.31% | - |
| HSV(B) | 77.65º | 0.7% | 0.48% | - |
| XYZ | 12.22 | 16.59 | 4.31 | - |
| YUV | 104.84 | 89.72 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 37 | 0.20 | 0 | 0.70 | 0.52 | 77.65 | 0.53 | 0.31 |
| Hex | 61 | 7A | 25 | 14 | 0 | 46 | 34 | 4E | 35 | 1F |
| Octal | 141 | 172 | 45 | 24 | 0 | 106 | 64 | 116 | 65 | 37 |
| Binary | 1100001 | 1111010 | 100101 | 10100 | 0 | 1000110 | 110100 | 1001110 | 110101 | 11111 |
Color Harmonies of #617A25
Complementary color
Monochromatic Colors of #617A25
Black with #617A25
Text Example
Text Example
White with #617A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A25; }
p { color: rgb(97,122,37); }
H1.HeaderClassName
{
color: #617A25;
}
.AnyTagClassName
{
color: #617A25;
}
</style>
background-color css
<style>
a { background-color: #617A25; }
a { background-color: rgb(97,122,37); }
div.DivClassName
{
background-color: #617A25;
}
.BgClassName
{
background-color: #617A25;
}
</style>
border-color css
<style>
span { border-color: #617A25; }
span { border-color: rgb(97,122,37); }
td.TdClassName
{
border-color: #617A25;
}
.TagClassName
{
border-color: #617A25;
}
</style>