Shades of Fiji Green #5F7A17
Tints of Fiji Green #5F7A17
RGB
CMYK
RGB Variations
Color information
#5F7A17 (or 0x5F7A17) is known color: Fiji Green. HEX triplet: 5F, 7A and 17. RGB value is (95,122,23). Sum of RGB (Red+Green+Blue) = 95+122+23=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #5F7A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7A17 is #A085E8. Grayscale: #676767. Windows color (decimal): -10520041 or 1538655. OLE color: 1538655.
HSL color Cylindrical-coordinate representation of color #5F7A17: hue angle of 76.36º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F7A17 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 122 | 23 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.52 |
| HSL | 76.36º | 0.68% | 0.28% | - |
| HSV(B) | 76.36º | 0.81% | 0.48% | - |
| XYZ | 11.83 | 16.41 | 3.36 | - |
| YUV | 102.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 122 | 23 | 0.22 | 0 | 0.81 | 0.52 | 76.36 | 0.68 | 0.28 |
| Hex | 5F | 7A | 17 | 16 | 0 | 51 | 34 | 4C | 44 | 1C |
| Octal | 137 | 172 | 27 | 26 | 0 | 121 | 64 | 114 | 104 | 34 |
| Binary | 1011111 | 1111010 | 10111 | 10110 | 0 | 1010001 | 110100 | 1001100 | 1000100 | 11100 |
Color Harmonies of #5F7A17
Complementary color
Monochromatic Colors of #5F7A17
Black with #5F7A17
Text Example
Text Example
White with #5F7A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7A17; }
p { color: rgb(95,122,23); }
H1.HeaderClassName
{
color: #5F7A17;
}
.AnyTagClassName
{
color: #5F7A17;
}
</style>
background-color css
<style>
a { background-color: #5F7A17; }
a { background-color: rgb(95,122,23); }
div.DivClassName
{
background-color: #5F7A17;
}
.BgClassName
{
background-color: #5F7A17;
}
</style>
border-color css
<style>
span { border-color: #5F7A17; }
span { border-color: rgb(95,122,23); }
td.TdClassName
{
border-color: #5F7A17;
}
.TagClassName
{
border-color: #5F7A17;
}
</style>