Shades of Fiji Green #516F06
Tints of Fiji Green #516F06
RGB
CMYK
RGB Variations
Color information
#516F06 (or 0x516F06) is known color: Fiji Green. HEX triplet: 51, 6F and 06. RGB value is (81,111,6). Sum of RGB (Red+Green+Blue) = 81+111+6=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #516F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516F06 is #AE90F9. Grayscale: #5A5A5A. Windows color (decimal): -11440378 or 421713. OLE color: 421713.
HSL color Cylindrical-coordinate representation of color #516F06: hue angle of 77.14º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #516F06 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 111 | 6 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.56 |
| HSL | 77.14º | 0.9% | 0.23% | - |
| HSV(B) | 77.14º | 0.95% | 0.44% | - |
| XYZ | 9.11 | 13.13 | 2.23 | - |
| YUV | 90.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 6 | 0.27 | 0 | 0.95 | 0.56 | 77.14 | 0.9 | 0.23 |
| Hex | 51 | 6F | 6 | 1B | 0 | 5F | 38 | 4D | 5A | 17 |
| Octal | 121 | 157 | 6 | 33 | 0 | 137 | 70 | 115 | 132 | 27 |
| Binary | 1010001 | 1101111 | 110 | 11011 | 0 | 1011111 | 111000 | 1001101 | 1011010 | 10111 |
Color Harmonies of #516F06
Complementary color
Monochromatic Colors of #516F06
Black with #516F06
Text Example
Text Example
White with #516F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516F06; }
p { color: rgb(81,111,6); }
H1.HeaderClassName
{
color: #516F06;
}
.AnyTagClassName
{
color: #516F06;
}
</style>
background-color css
<style>
a { background-color: #516F06; }
a { background-color: rgb(81,111,6); }
div.DivClassName
{
background-color: #516F06;
}
.BgClassName
{
background-color: #516F06;
}
</style>
border-color css
<style>
span { border-color: #516F06; }
span { border-color: rgb(81,111,6); }
td.TdClassName
{
border-color: #516F06;
}
.TagClassName
{
border-color: #516F06;
}
</style>