Shades of Fiji Green #616D25
Tints of Fiji Green #616D25
RGB
CMYK
RGB Variations
Color information
#616D25 (or 0x616D25) is known color: Fiji Green. HEX triplet: 61, 6D and 25. RGB value is (97,109,37). Sum of RGB (Red+Green+Blue) = 97+109+37=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #616D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616D25 is #9E92DA. Grayscale: #616161. Windows color (decimal): -10392283 or 2452833. OLE color: 2452833.
HSL color Cylindrical-coordinate representation of color #616D25: hue angle of 70º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #616D25 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 37 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.57 |
| HSL | 70º | 0.49% | 0.29% | - |
| HSV(B) | 70º | 0.66% | 0.43% | - |
| XYZ | 10.73 | 13.61 | 3.81 | - |
| YUV | 97.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 37 | 0.11 | 0 | 0.66 | 0.57 | 70 | 0.49 | 0.29 |
| Hex | 61 | 6D | 25 | B | 0 | 42 | 39 | 46 | 31 | 1D |
| Octal | 141 | 155 | 45 | 13 | 0 | 102 | 71 | 106 | 61 | 35 |
| Binary | 1100001 | 1101101 | 100101 | 1011 | 0 | 1000010 | 111001 | 1000110 | 110001 | 11101 |
Color Harmonies of #616D25
Complementary color
Monochromatic Colors of #616D25
Black with #616D25
Text Example
Text Example
White with #616D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D25; }
p { color: rgb(97,109,37); }
H1.HeaderClassName
{
color: #616D25;
}
.AnyTagClassName
{
color: #616D25;
}
</style>
background-color css
<style>
a { background-color: #616D25; }
a { background-color: rgb(97,109,37); }
div.DivClassName
{
background-color: #616D25;
}
.BgClassName
{
background-color: #616D25;
}
</style>
border-color css
<style>
span { border-color: #616D25; }
span { border-color: rgb(97,109,37); }
td.TdClassName
{
border-color: #616D25;
}
.TagClassName
{
border-color: #616D25;
}
</style>