Shades of Fiji Green #516F05
Tints of Fiji Green #516F05
RGB
CMYK
RGB Variations
Color information
#516F05 (or 0x516F05) is known color: Fiji Green. HEX triplet: 51, 6F and 05. RGB value is (81,111,5). Sum of RGB (Red+Green+Blue) = 81+111+5=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #516F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516F05 is #AE90FA. Grayscale: #5A5A5A. Windows color (decimal): -11440379 or 356177. OLE color: 356177.
HSL color Cylindrical-coordinate representation of color #516F05: hue angle of 76.98º degrees, saturation: 0.91, 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 #516F05 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 111 | 5 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.56 |
| HSL | 76.98º | 0.91% | 0.23% | - |
| HSV(B) | 76.98º | 0.95% | 0.44% | - |
| XYZ | 9.11 | 13.13 | 2.2 | - |
| YUV | 89.95 | 80.06 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 5 | 0.27 | 0 | 0.95 | 0.56 | 76.98 | 0.91 | 0.23 |
| Hex | 51 | 6F | 5 | 1B | 0 | 5F | 38 | 4D | 5B | 17 |
| Octal | 121 | 157 | 5 | 33 | 0 | 137 | 70 | 115 | 133 | 27 |
| Binary | 1010001 | 1101111 | 101 | 11011 | 0 | 1011111 | 111000 | 1001101 | 1011011 | 10111 |
Color Harmonies of #516F05
Complementary color
Monochromatic Colors of #516F05
Black with #516F05
Text Example
Text Example
White with #516F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516F05; }
p { color: rgb(81,111,5); }
H1.HeaderClassName
{
color: #516F05;
}
.AnyTagClassName
{
color: #516F05;
}
</style>
background-color css
<style>
a { background-color: #516F05; }
a { background-color: rgb(81,111,5); }
div.DivClassName
{
background-color: #516F05;
}
.BgClassName
{
background-color: #516F05;
}
</style>
border-color css
<style>
span { border-color: #516F05; }
span { border-color: rgb(81,111,5); }
td.TdClassName
{
border-color: #516F05;
}
.TagClassName
{
border-color: #516F05;
}
</style>