Shades of Fiji Green #607F11
Tints of Fiji Green #607F11
RGB
CMYK
RGB Variations
Color information
#607F11 (or 0x607F11) is known color: Fiji Green. HEX triplet: 60, 7F and 11. RGB value is (96,127,17). Sum of RGB (Red+Green+Blue) = 96+127+17=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 127 (50% from 255 or 52.92% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 127 - color contains mainly: green. Hex color #607F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607F11 is #9F80EE. Grayscale: #696969. Windows color (decimal): -10453231 or 1146720. OLE color: 1146720.
HSL color Cylindrical-coordinate representation of color #607F11: hue angle of 76.91º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #607F11 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 127 | 17 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.50 |
| HSL | 76.91º | 0.76% | 0.28% | - |
| HSV(B) | 76.91º | 0.87% | 0.5% | - |
| XYZ | 12.51 | 17.71 | 3.29 | - |
| YUV | 105.19 | 78.23 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 17 | 0.24 | 0 | 0.87 | 0.50 | 76.91 | 0.76 | 0.28 |
| Hex | 60 | 7F | 11 | 18 | 0 | 57 | 32 | 4D | 4C | 1C |
| Octal | 140 | 177 | 21 | 30 | 0 | 127 | 62 | 115 | 114 | 34 |
| Binary | 1100000 | 1111111 | 10001 | 11000 | 0 | 1010111 | 110010 | 1001101 | 1001100 | 11100 |
Color Harmonies of #607F11
Complementary color
Monochromatic Colors of #607F11
Black with #607F11
Text Example
Text Example
White with #607F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F11; }
p { color: rgb(96,127,17); }
H1.HeaderClassName
{
color: #607F11;
}
.AnyTagClassName
{
color: #607F11;
}
</style>
background-color css
<style>
a { background-color: #607F11; }
a { background-color: rgb(96,127,17); }
div.DivClassName
{
background-color: #607F11;
}
.BgClassName
{
background-color: #607F11;
}
</style>
border-color css
<style>
span { border-color: #607F11; }
span { border-color: rgb(96,127,17); }
td.TdClassName
{
border-color: #607F11;
}
.TagClassName
{
border-color: #607F11;
}
</style>