Shades of Fiji Green #616D22
Tints of Fiji Green #616D22
RGB
CMYK
RGB Variations
Color information
#616D22 (or 0x616D22) is known color: Fiji Green. HEX triplet: 61, 6D and 22. RGB value is (97,109,34). Sum of RGB (Red+Green+Blue) = 97+109+34=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 109 - color contains mainly: green. Hex color #616D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616D22 is #9E92DD. Grayscale: #616161. Windows color (decimal): -10392286 or 2256225. OLE color: 2256225.
HSL color Cylindrical-coordinate representation of color #616D22: hue angle of 69.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #616D22 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 34 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.57 |
| HSL | 69.6º | 0.52% | 0.28% | - |
| HSV(B) | 69.6º | 0.69% | 0.43% | - |
| XYZ | 10.69 | 13.59 | 3.57 | - |
| YUV | 96.86 | 92.52 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 34 | 0.11 | 0 | 0.69 | 0.57 | 69.6 | 0.52 | 0.28 |
| Hex | 61 | 6D | 22 | B | 0 | 45 | 39 | 46 | 34 | 1C |
| Octal | 141 | 155 | 42 | 13 | 0 | 105 | 71 | 106 | 64 | 34 |
| Binary | 1100001 | 1101101 | 100010 | 1011 | 0 | 1000101 | 111001 | 1000110 | 110100 | 11100 |
Color Harmonies of #616D22
Complementary color
Monochromatic Colors of #616D22
Black with #616D22
Text Example
Text Example
White with #616D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D22; }
p { color: rgb(97,109,34); }
H1.HeaderClassName
{
color: #616D22;
}
.AnyTagClassName
{
color: #616D22;
}
</style>
background-color css
<style>
a { background-color: #616D22; }
a { background-color: rgb(97,109,34); }
div.DivClassName
{
background-color: #616D22;
}
.BgClassName
{
background-color: #616D22;
}
</style>
border-color css
<style>
span { border-color: #616D22; }
span { border-color: rgb(97,109,34); }
td.TdClassName
{
border-color: #616D22;
}
.TagClassName
{
border-color: #616D22;
}
</style>