Shades of Fiji Green #516F11
Tints of Fiji Green #516F11
RGB
CMYK
RGB Variations
Color information
#516F11 (or 0x516F11) is known color: Fiji Green. HEX triplet: 51, 6F and 11. RGB value is (81,111,17). Sum of RGB (Red+Green+Blue) = 81+111+17=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #516F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516F11 is #AE90EE. Grayscale: #5B5B5B. Windows color (decimal): -11440367 or 1142609. OLE color: 1142609.
HSL color Cylindrical-coordinate representation of color #516F11: hue angle of 79.15º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #516F11 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 111 | 17 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.56 |
| HSL | 79.15º | 0.73% | 0.25% | - |
| HSV(B) | 79.15º | 0.85% | 0.44% | - |
| XYZ | 9.18 | 13.16 | 2.59 | - |
| YUV | 91.31 | 86.06 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 17 | 0.27 | 0 | 0.85 | 0.56 | 79.15 | 0.73 | 0.25 |
| Hex | 51 | 6F | 11 | 1B | 0 | 55 | 38 | 4F | 49 | 19 |
| Octal | 121 | 157 | 21 | 33 | 0 | 125 | 70 | 117 | 111 | 31 |
| Binary | 1010001 | 1101111 | 10001 | 11011 | 0 | 1010101 | 111000 | 1001111 | 1001001 | 11001 |
Color Harmonies of #516F11
Complementary color
Monochromatic Colors of #516F11
Black with #516F11
Text Example
Text Example
White with #516F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516F11; }
p { color: rgb(81,111,17); }
H1.HeaderClassName
{
color: #516F11;
}
.AnyTagClassName
{
color: #516F11;
}
</style>
background-color css
<style>
a { background-color: #516F11; }
a { background-color: rgb(81,111,17); }
div.DivClassName
{
background-color: #516F11;
}
.BgClassName
{
background-color: #516F11;
}
</style>
border-color css
<style>
span { border-color: #516F11; }
span { border-color: rgb(81,111,17); }
td.TdClassName
{
border-color: #516F11;
}
.TagClassName
{
border-color: #516F11;
}
</style>