Shades of Fiji Green #616D06
Tints of Fiji Green #616D06
RGB
CMYK
RGB Variations
Color information
#616D06 (or 0x616D06) is known color: Fiji Green. HEX triplet: 61, 6D and 06. RGB value is (97,109,6). Sum of RGB (Red+Green+Blue) = 97+109+6=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #616D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616D06 is #9E92F9. Grayscale: #5E5E5E. Windows color (decimal): -10392314 or 421217. OLE color: 421217.
HSL color Cylindrical-coordinate representation of color #616D06: hue angle of 66.99º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #616D06 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 6 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.57 |
| HSL | 66.99º | 0.9% | 0.23% | - |
| HSV(B) | 66.99º | 0.94% | 0.43% | - |
| XYZ | 10.43 | 13.49 | 2.23 | - |
| YUV | 93.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 6 | 0.11 | 0 | 0.94 | 0.57 | 66.99 | 0.9 | 0.23 |
| Hex | 61 | 6D | 6 | B | 0 | 5E | 39 | 43 | 5A | 17 |
| Octal | 141 | 155 | 6 | 13 | 0 | 136 | 71 | 103 | 132 | 27 |
| Binary | 1100001 | 1101101 | 110 | 1011 | 0 | 1011110 | 111001 | 1000011 | 1011010 | 10111 |
Color Harmonies of #616D06
Complementary color
Monochromatic Colors of #616D06
Black with #616D06
Text Example
Text Example
White with #616D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D06; }
p { color: rgb(97,109,6); }
H1.HeaderClassName
{
color: #616D06;
}
.AnyTagClassName
{
color: #616D06;
}
</style>
background-color css
<style>
a { background-color: #616D06; }
a { background-color: rgb(97,109,6); }
div.DivClassName
{
background-color: #616D06;
}
.BgClassName
{
background-color: #616D06;
}
</style>
border-color css
<style>
span { border-color: #616D06; }
span { border-color: rgb(97,109,6); }
td.TdClassName
{
border-color: #616D06;
}
.TagClassName
{
border-color: #616D06;
}
</style>