Shades of Fiji Green #517000
Tints of Fiji Green #517000
RGB
CMYK
RGB Variations
Color information
#517000 (or 0x517000) is known color: Fiji Green. HEX triplet: 51, 70 and 00. RGB value is (81,112,0). Sum of RGB (Red+Green+Blue) = 81+112+0=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #517000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517000 is #AE8FFF. Grayscale: #5A5A5A. Windows color (decimal): -11440128 or 28753. OLE color: 28753.
HSL color Cylindrical-coordinate representation of color #517000: hue angle of 76.61º 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 #517000 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 112 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.56 |
| HSL | 76.61º | 1% | 0.22% | - |
| HSV(B) | 76.61º | 1% | 0.44% | - |
| XYZ | 9.19 | 13.34 | 2.09 | - |
| YUV | 89.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 112 | 0 | 0.28 | 0 | 1 | 0.56 | 76.61 | 1 | 0.22 |
| Hex | 51 | 70 | 0 | 1C | 0 | 64 | 38 | 4D | 64 | 16 |
| Octal | 121 | 160 | 0 | 34 | 0 | 144 | 70 | 115 | 144 | 26 |
| Binary | 1010001 | 1110000 | 0 | 11100 | 0 | 1100100 | 111000 | 1001101 | 1100100 | 10110 |
Color Harmonies of #517000
Complementary color
Monochromatic Colors of #517000
Black with #517000
Text Example
Text Example
White with #517000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517000; }
p { color: rgb(81,112,0); }
H1.HeaderClassName
{
color: #517000;
}
.AnyTagClassName
{
color: #517000;
}
</style>
background-color css
<style>
a { background-color: #517000; }
a { background-color: rgb(81,112,0); }
div.DivClassName
{
background-color: #517000;
}
.BgClassName
{
background-color: #517000;
}
</style>
border-color css
<style>
span { border-color: #517000; }
span { border-color: rgb(81,112,0); }
td.TdClassName
{
border-color: #517000;
}
.TagClassName
{
border-color: #517000;
}
</style>