Shades of Fiji Green #517A07
Tints of Fiji Green #517A07
RGB
CMYK
RGB Variations
Color information
#517A07 (or 0x517A07) is known color: Fiji Green. HEX triplet: 51, 7A and 07. RGB value is (81,122,7). Sum of RGB (Red+Green+Blue) = 81+122+7=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 122 (48.05% from 255 or 58.10% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 122 - color contains mainly: green. Hex color #517A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517A07 is #AE85F8. Grayscale: #616161. Windows color (decimal): -11437561 or 490065. OLE color: 490065.
HSL color Cylindrical-coordinate representation of color #517A07: hue angle of 81.39º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #517A07 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 7 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.52 |
| HSL | 81.39º | 0.89% | 0.25% | - |
| HSV(B) | 81.39º | 0.94% | 0.48% | - |
| XYZ | 10.39 | 15.68 | 2.68 | - |
| YUV | 96.63 | 77.42 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 7 | 0.34 | 0 | 0.94 | 0.52 | 81.39 | 0.89 | 0.25 |
| Hex | 51 | 7A | 7 | 22 | 0 | 5E | 34 | 51 | 59 | 19 |
| Octal | 121 | 172 | 7 | 42 | 0 | 136 | 64 | 121 | 131 | 31 |
| Binary | 1010001 | 1111010 | 111 | 100010 | 0 | 1011110 | 110100 | 1010001 | 1011001 | 11001 |
Color Harmonies of #517A07
Complementary color
Monochromatic Colors of #517A07
Black with #517A07
Text Example
Text Example
White with #517A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A07; }
p { color: rgb(81,122,7); }
H1.HeaderClassName
{
color: #517A07;
}
.AnyTagClassName
{
color: #517A07;
}
</style>
background-color css
<style>
a { background-color: #517A07; }
a { background-color: rgb(81,122,7); }
div.DivClassName
{
background-color: #517A07;
}
.BgClassName
{
background-color: #517A07;
}
</style>
border-color css
<style>
span { border-color: #517A07; }
span { border-color: rgb(81,122,7); }
td.TdClassName
{
border-color: #517A07;
}
.TagClassName
{
border-color: #517A07;
}
</style>