Shades of Fiji Green #516C14
Tints of Fiji Green #516C14
RGB
CMYK
RGB Variations
Color information
#516C14 (or 0x516C14) is known color: Fiji Green. HEX triplet: 51, 6C and 14. RGB value is (81,108,20). Sum of RGB (Red+Green+Blue) = 81+108+20=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #516C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516C14 is #AE93EB. Grayscale: #5A5A5A. Windows color (decimal): -11441132 or 1338449. OLE color: 1338449.
HSL color Cylindrical-coordinate representation of color #516C14: hue angle of 78.41º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #516C14 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 108 | 20 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.58 |
| HSL | 78.41º | 0.69% | 0.25% | - |
| HSV(B) | 78.41º | 0.81% | 0.42% | - |
| XYZ | 8.88 | 12.52 | 2.61 | - |
| YUV | 89.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 20 | 0.25 | 0 | 0.81 | 0.58 | 78.41 | 0.69 | 0.25 |
| Hex | 51 | 6C | 14 | 19 | 0 | 51 | 3A | 4E | 45 | 19 |
| Octal | 121 | 154 | 24 | 31 | 0 | 121 | 72 | 116 | 105 | 31 |
| Binary | 1010001 | 1101100 | 10100 | 11001 | 0 | 1010001 | 111010 | 1001110 | 1000101 | 11001 |
Color Harmonies of #516C14
Complementary color
Monochromatic Colors of #516C14
Black with #516C14
Text Example
Text Example
White with #516C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C14; }
p { color: rgb(81,108,20); }
H1.HeaderClassName
{
color: #516C14;
}
.AnyTagClassName
{
color: #516C14;
}
</style>
background-color css
<style>
a { background-color: #516C14; }
a { background-color: rgb(81,108,20); }
div.DivClassName
{
background-color: #516C14;
}
.BgClassName
{
background-color: #516C14;
}
</style>
border-color css
<style>
span { border-color: #516C14; }
span { border-color: rgb(81,108,20); }
td.TdClassName
{
border-color: #516C14;
}
.TagClassName
{
border-color: #516C14;
}
</style>