Shades of Fiji Green #516E06
Tints of Fiji Green #516E06
RGB
CMYK
RGB Variations
Color information
#516E06 (or 0x516E06) is known color: Fiji Green. HEX triplet: 51, 6E and 06. RGB value is (81,110,6). Sum of RGB (Red+Green+Blue) = 81+110+6=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #516E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516E06 is #AE91F9. Grayscale: #595959. Windows color (decimal): -11440634 or 421457. OLE color: 421457.
HSL color Cylindrical-coordinate representation of color #516E06: hue angle of 76.73º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #516E06 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 110 | 6 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.57 |
| HSL | 76.73º | 0.9% | 0.23% | - |
| HSV(B) | 76.73º | 0.95% | 0.43% | - |
| XYZ | 9 | 12.91 | 2.19 | - |
| YUV | 89.47 | 80.89 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 6 | 0.26 | 0 | 0.95 | 0.57 | 76.73 | 0.9 | 0.23 |
| Hex | 51 | 6E | 6 | 1A | 0 | 5F | 39 | 4D | 5A | 17 |
| Octal | 121 | 156 | 6 | 32 | 0 | 137 | 71 | 115 | 132 | 27 |
| Binary | 1010001 | 1101110 | 110 | 11010 | 0 | 1011111 | 111001 | 1001101 | 1011010 | 10111 |
Color Harmonies of #516E06
Complementary color
Monochromatic Colors of #516E06
Black with #516E06
Text Example
Text Example
White with #516E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516E06; }
p { color: rgb(81,110,6); }
H1.HeaderClassName
{
color: #516E06;
}
.AnyTagClassName
{
color: #516E06;
}
</style>
background-color css
<style>
a { background-color: #516E06; }
a { background-color: rgb(81,110,6); }
div.DivClassName
{
background-color: #516E06;
}
.BgClassName
{
background-color: #516E06;
}
</style>
border-color css
<style>
span { border-color: #516E06; }
span { border-color: rgb(81,110,6); }
td.TdClassName
{
border-color: #516E06;
}
.TagClassName
{
border-color: #516E06;
}
</style>