Shades of Fiji Green #516E0F
Tints of Fiji Green #516E0F
RGB
CMYK
RGB Variations
Color information
#516E0F (or 0x516E0F) is known color: Fiji Green. HEX triplet: 51, 6E and 0F. RGB value is (81,110,15). Sum of RGB (Red+Green+Blue) = 81+110+15=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #516E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516E0F is #AE91F0. Grayscale: #5A5A5A. Windows color (decimal): -11440625 or 1011281. OLE color: 1011281.
HSL color Cylindrical-coordinate representation of color #516E0F: hue angle of 78.32º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #516E0F is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 110 | 15 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.57 |
| HSL | 78.32º | 0.76% | 0.25% | - |
| HSV(B) | 78.32º | 0.86% | 0.43% | - |
| XYZ | 9.06 | 12.94 | 2.47 | - |
| YUV | 90.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 15 | 0.26 | 0 | 0.86 | 0.57 | 78.32 | 0.76 | 0.25 |
| Hex | 51 | 6E | F | 1A | 0 | 56 | 39 | 4E | 4C | 19 |
| Octal | 121 | 156 | 17 | 32 | 0 | 126 | 71 | 116 | 114 | 31 |
| Binary | 1010001 | 1101110 | 1111 | 11010 | 0 | 1010110 | 111001 | 1001110 | 1001100 | 11001 |
Color Harmonies of #516E0F
Complementary color
Monochromatic Colors of #516E0F
Black with #516E0F
Text Example
Text Example
White with #516E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516E0F; }
p { color: rgb(81,110,15); }
H1.HeaderClassName
{
color: #516E0F;
}
.AnyTagClassName
{
color: #516E0F;
}
</style>
background-color css
<style>
a { background-color: #516E0F; }
a { background-color: rgb(81,110,15); }
div.DivClassName
{
background-color: #516E0F;
}
.BgClassName
{
background-color: #516E0F;
}
</style>
border-color css
<style>
span { border-color: #516E0F; }
span { border-color: rgb(81,110,15); }
td.TdClassName
{
border-color: #516E0F;
}
.TagClassName
{
border-color: #516E0F;
}
</style>