Shades of Fiji Green #5F7910
Tints of Fiji Green #5F7910
RGB
CMYK
RGB Variations
Color information
#5F7910 (or 0x5F7910) is known color: Fiji Green. HEX triplet: 5F, 79 and 10. RGB value is (95,121,16). Sum of RGB (Red+Green+Blue) = 95+121+16=232 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.95% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #5F7910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7910 is #A086EF. Grayscale: #656565. Windows color (decimal): -10520304 or 1079647. OLE color: 1079647.
HSL color Cylindrical-coordinate representation of color #5F7910: hue angle of 74.86º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F7910 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 121 | 16 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.53 |
| HSL | 74.86º | 0.77% | 0.27% | - |
| HSV(B) | 74.86º | 0.87% | 0.47% | - |
| XYZ | 11.65 | 16.15 | 2.99 | - |
| YUV | 101.26 | 79.89 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 121 | 16 | 0.21 | 0 | 0.87 | 0.53 | 74.86 | 0.77 | 0.27 |
| Hex | 5F | 79 | 10 | 15 | 0 | 57 | 35 | 4B | 4D | 1B |
| Octal | 137 | 171 | 20 | 25 | 0 | 127 | 65 | 113 | 115 | 33 |
| Binary | 1011111 | 1111001 | 10000 | 10101 | 0 | 1010111 | 110101 | 1001011 | 1001101 | 11011 |
Color Harmonies of #5F7910
Complementary color
Monochromatic Colors of #5F7910
Black with #5F7910
Text Example
Text Example
White with #5F7910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7910; }
p { color: rgb(95,121,16); }
H1.HeaderClassName
{
color: #5F7910;
}
.AnyTagClassName
{
color: #5F7910;
}
</style>
background-color css
<style>
a { background-color: #5F7910; }
a { background-color: rgb(95,121,16); }
div.DivClassName
{
background-color: #5F7910;
}
.BgClassName
{
background-color: #5F7910;
}
</style>
border-color css
<style>
span { border-color: #5F7910; }
span { border-color: rgb(95,121,16); }
td.TdClassName
{
border-color: #5F7910;
}
.TagClassName
{
border-color: #5F7910;
}
</style>