Shades of Fiji Green #507000
Tints of Fiji Green #507000
RGB
CMYK
RGB Variations
Color information
#507000 (or 0x507000) is known color: Fiji Green. HEX triplet: 50, 70 and 00. RGB value is (80,112,0). Sum of RGB (Red+Green+Blue) = 80+112+0=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #507000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507000 is #AF8FFF. Grayscale: #5A5A5A. Windows color (decimal): -11505664 or 28752. OLE color: 28752.
HSL color Cylindrical-coordinate representation of color #507000: hue angle of 77.14º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #507000 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.56 |
| HSL | 77.14º | 1% | 0.22% | - |
| HSV(B) | 77.14º | 1% | 0.44% | - |
| XYZ | 9.1 | 13.29 | 2.09 | - |
| YUV | 89.66 | 77.4 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 0 | 0.29 | 0 | 1 | 0.56 | 77.14 | 1 | 0.22 |
| Hex | 50 | 70 | 0 | 1D | 0 | 64 | 38 | 4D | 64 | 16 |
| Octal | 120 | 160 | 0 | 35 | 0 | 144 | 70 | 115 | 144 | 26 |
| Binary | 1010000 | 1110000 | 0 | 11101 | 0 | 1100100 | 111000 | 1001101 | 1100100 | 10110 |
Color Harmonies of #507000
Complementary color
Monochromatic Colors of #507000
Black with #507000
Text Example
Text Example
White with #507000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507000; }
p { color: rgb(80,112,0); }
H1.HeaderClassName
{
color: #507000;
}
.AnyTagClassName
{
color: #507000;
}
</style>
background-color css
<style>
a { background-color: #507000; }
a { background-color: rgb(80,112,0); }
div.DivClassName
{
background-color: #507000;
}
.BgClassName
{
background-color: #507000;
}
</style>
border-color css
<style>
span { border-color: #507000; }
span { border-color: rgb(80,112,0); }
td.TdClassName
{
border-color: #507000;
}
.TagClassName
{
border-color: #507000;
}
</style>