Shades of Fiji Green #506D10
Tints of Fiji Green #506D10
RGB
CMYK
RGB Variations
Color information
#506D10 (or 0x506D10) is known color: Fiji Green. HEX triplet: 50, 6D and 10. RGB value is (80,109,16). Sum of RGB (Red+Green+Blue) = 80+109+16=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #506D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506D10 is #AF92EF. Grayscale: #5A5A5A. Windows color (decimal): -11506416 or 1076560. OLE color: 1076560.
HSL color Cylindrical-coordinate representation of color #506D10: hue angle of 78.71º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #506D10 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 16 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.57 |
| HSL | 78.71º | 0.74% | 0.25% | - |
| HSV(B) | 78.71º | 0.85% | 0.43% | - |
| XYZ | 8.87 | 12.68 | 2.47 | - |
| YUV | 89.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 16 | 0.27 | 0 | 0.85 | 0.57 | 78.71 | 0.74 | 0.25 |
| Hex | 50 | 6D | 10 | 1B | 0 | 55 | 39 | 4F | 4A | 19 |
| Octal | 120 | 155 | 20 | 33 | 0 | 125 | 71 | 117 | 112 | 31 |
| Binary | 1010000 | 1101101 | 10000 | 11011 | 0 | 1010101 | 111001 | 1001111 | 1001010 | 11001 |
Color Harmonies of #506D10
Complementary color
Monochromatic Colors of #506D10
Black with #506D10
Text Example
Text Example
White with #506D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D10; }
p { color: rgb(80,109,16); }
H1.HeaderClassName
{
color: #506D10;
}
.AnyTagClassName
{
color: #506D10;
}
</style>
background-color css
<style>
a { background-color: #506D10; }
a { background-color: rgb(80,109,16); }
div.DivClassName
{
background-color: #506D10;
}
.BgClassName
{
background-color: #506D10;
}
</style>
border-color css
<style>
span { border-color: #506D10; }
span { border-color: rgb(80,109,16); }
td.TdClassName
{
border-color: #506D10;
}
.TagClassName
{
border-color: #506D10;
}
</style>