Shades of Fiji Green #616D26
Tints of Fiji Green #616D26
RGB
CMYK
RGB Variations
Color information
#616D26 (or 0x616D26) is known color: Fiji Green. HEX triplet: 61, 6D and 26. RGB value is (97,109,38). Sum of RGB (Red+Green+Blue) = 97+109+38=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 109 - color contains mainly: green. Hex color #616D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616D26 is #9E92D9. Grayscale: #616161. Windows color (decimal): -10392282 or 2518369. OLE color: 2518369.
HSL color Cylindrical-coordinate representation of color #616D26: hue angle of 70.14º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #616D26 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 38 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.57 |
| HSL | 70.14º | 0.48% | 0.29% | - |
| HSV(B) | 70.14º | 0.65% | 0.43% | - |
| XYZ | 10.75 | 13.62 | 3.9 | - |
| YUV | 97.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 38 | 0.11 | 0 | 0.65 | 0.57 | 70.14 | 0.48 | 0.29 |
| Hex | 61 | 6D | 26 | B | 0 | 41 | 39 | 46 | 30 | 1D |
| Octal | 141 | 155 | 46 | 13 | 0 | 101 | 71 | 106 | 60 | 35 |
| Binary | 1100001 | 1101101 | 100110 | 1011 | 0 | 1000001 | 111001 | 1000110 | 110000 | 11101 |
Color Harmonies of #616D26
Complementary color
Monochromatic Colors of #616D26
Black with #616D26
Text Example
Text Example
White with #616D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D26; }
p { color: rgb(97,109,38); }
H1.HeaderClassName
{
color: #616D26;
}
.AnyTagClassName
{
color: #616D26;
}
</style>
background-color css
<style>
a { background-color: #616D26; }
a { background-color: rgb(97,109,38); }
div.DivClassName
{
background-color: #616D26;
}
.BgClassName
{
background-color: #616D26;
}
</style>
border-color css
<style>
span { border-color: #616D26; }
span { border-color: rgb(97,109,38); }
td.TdClassName
{
border-color: #616D26;
}
.TagClassName
{
border-color: #616D26;
}
</style>