Shades of Fiji Green #4F7C04
Tints of Fiji Green #4F7C04
RGB
CMYK
RGB Variations
Color information
#4F7C04 (or 0x4F7C04) is known color: Fiji Green. HEX triplet: 4F, 7C and 04. RGB value is (79,124,4). Sum of RGB (Red+Green+Blue) = 79+124+4=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7C04 is #B083FB. Grayscale: #616161. Windows color (decimal): -11568124 or 293967. OLE color: 293967.
HSL color Cylindrical-coordinate representation of color #4F7C04: hue angle of 82.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F7C04 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 124 | 4 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.51 |
| HSL | 82.5º | 0.94% | 0.25% | - |
| HSV(B) | 82.5º | 0.97% | 0.49% | - |
| XYZ | 10.45 | 16.09 | 2.67 | - |
| YUV | 96.87 | 75.59 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 4 | 0.36 | 0 | 0.97 | 0.51 | 82.5 | 0.94 | 0.25 |
| Hex | 4F | 7C | 4 | 24 | 0 | 61 | 33 | 52 | 5E | 19 |
| Octal | 117 | 174 | 4 | 44 | 0 | 141 | 63 | 122 | 136 | 31 |
| Binary | 1001111 | 1111100 | 100 | 100100 | 0 | 1100001 | 110011 | 1010010 | 1011110 | 11001 |
Color Harmonies of #4F7C04
Complementary color
Monochromatic Colors of #4F7C04
Black with #4F7C04
Text Example
Text Example
White with #4F7C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7C04; }
p { color: rgb(79,124,4); }
H1.HeaderClassName
{
color: #4F7C04;
}
.AnyTagClassName
{
color: #4F7C04;
}
</style>
background-color css
<style>
a { background-color: #4F7C04; }
a { background-color: rgb(79,124,4); }
div.DivClassName
{
background-color: #4F7C04;
}
.BgClassName
{
background-color: #4F7C04;
}
</style>
border-color css
<style>
span { border-color: #4F7C04; }
span { border-color: rgb(79,124,4); }
td.TdClassName
{
border-color: #4F7C04;
}
.TagClassName
{
border-color: #4F7C04;
}
</style>