Shades of Fiji Green #516A12
Tints of Fiji Green #516A12
RGB
CMYK
RGB Variations
Color information
#516A12 (or 0x516A12) is known color: Fiji Green. HEX triplet: 51, 6A and 12. RGB value is (81,106,18). Sum of RGB (Red+Green+Blue) = 81+106+18=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 106 (41.80% from 255 or 51.71% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 106 - color contains mainly: green. Hex color #516A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516A12 is #AE95ED. Grayscale: #585858. Windows color (decimal): -11441646 or 1206865. OLE color: 1206865.
HSL color Cylindrical-coordinate representation of color #516A12: hue angle of 77.05º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #516A12 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 106 | 18 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.58 |
| HSL | 77.05º | 0.71% | 0.24% | - |
| HSV(B) | 77.05º | 0.83% | 0.42% | - |
| XYZ | 8.66 | 12.1 | 2.45 | - |
| YUV | 88.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 18 | 0.24 | 0 | 0.83 | 0.58 | 77.05 | 0.71 | 0.24 |
| Hex | 51 | 6A | 12 | 18 | 0 | 53 | 3A | 4D | 47 | 18 |
| Octal | 121 | 152 | 22 | 30 | 0 | 123 | 72 | 115 | 107 | 30 |
| Binary | 1010001 | 1101010 | 10010 | 11000 | 0 | 1010011 | 111010 | 1001101 | 1000111 | 11000 |
Color Harmonies of #516A12
Complementary color
Monochromatic Colors of #516A12
Black with #516A12
Text Example
Text Example
White with #516A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516A12; }
p { color: rgb(81,106,18); }
H1.HeaderClassName
{
color: #516A12;
}
.AnyTagClassName
{
color: #516A12;
}
</style>
background-color css
<style>
a { background-color: #516A12; }
a { background-color: rgb(81,106,18); }
div.DivClassName
{
background-color: #516A12;
}
.BgClassName
{
background-color: #516A12;
}
</style>
border-color css
<style>
span { border-color: #516A12; }
span { border-color: rgb(81,106,18); }
td.TdClassName
{
border-color: #516A12;
}
.TagClassName
{
border-color: #516A12;
}
</style>