Shades of Fiji Green #616F20
Tints of Fiji Green #616F20
RGB
CMYK
RGB Variations
Color information
#616F20 (or 0x616F20) is known color: Fiji Green. HEX triplet: 61, 6F and 20. RGB value is (97,111,32). Sum of RGB (Red+Green+Blue) = 97+111+32=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #616F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616F20 is #9E90DF. Grayscale: #626262. Windows color (decimal): -10391776 or 2125665. OLE color: 2125665.
HSL color Cylindrical-coordinate representation of color #616F20: hue angle of 70.63º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #616F20 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 32 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.56 |
| HSL | 70.63º | 0.55% | 0.28% | - |
| HSV(B) | 70.63º | 0.71% | 0.44% | - |
| XYZ | 10.87 | 14.01 | 3.5 | - |
| YUV | 97.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 32 | 0.13 | 0 | 0.71 | 0.56 | 70.63 | 0.55 | 0.28 |
| Hex | 61 | 6F | 20 | D | 0 | 47 | 38 | 47 | 37 | 1C |
| Octal | 141 | 157 | 40 | 15 | 0 | 107 | 70 | 107 | 67 | 34 |
| Binary | 1100001 | 1101111 | 100000 | 1101 | 0 | 1000111 | 111000 | 1000111 | 110111 | 11100 |
Color Harmonies of #616F20
Complementary color
Monochromatic Colors of #616F20
Black with #616F20
Text Example
Text Example
White with #616F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F20; }
p { color: rgb(97,111,32); }
H1.HeaderClassName
{
color: #616F20;
}
.AnyTagClassName
{
color: #616F20;
}
</style>
background-color css
<style>
a { background-color: #616F20; }
a { background-color: rgb(97,111,32); }
div.DivClassName
{
background-color: #616F20;
}
.BgClassName
{
background-color: #616F20;
}
</style>
border-color css
<style>
span { border-color: #616F20; }
span { border-color: rgb(97,111,32); }
td.TdClassName
{
border-color: #616F20;
}
.TagClassName
{
border-color: #616F20;
}
</style>