Shades of Fiji Green #4F7E04
Tints of Fiji Green #4F7E04
RGB
CMYK
RGB Variations
Color information
#4F7E04 (or 0x4F7E04) is known color: Fiji Green. HEX triplet: 4F, 7E and 04. RGB value is (79,126,4). Sum of RGB (Red+Green+Blue) = 79+126+4=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 126 (49.61% from 255 or 60.29% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 126 - color contains mainly: green. Hex color #4F7E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7E04 is #B081FB. Grayscale: #626262. Windows color (decimal): -11567612 or 294479. OLE color: 294479.
HSL color Cylindrical-coordinate representation of color #4F7E04: hue angle of 83.11º 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 #4F7E04 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 126 | 4 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.51 |
| HSL | 83.11º | 0.94% | 0.25% | - |
| HSV(B) | 83.11º | 0.97% | 0.49% | - |
| XYZ | 10.71 | 16.59 | 2.75 | - |
| YUV | 98.04 | 74.93 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 126 | 4 | 0.37 | 0 | 0.97 | 0.51 | 83.11 | 0.94 | 0.25 |
| Hex | 4F | 7E | 4 | 25 | 0 | 61 | 33 | 53 | 5E | 19 |
| Octal | 117 | 176 | 4 | 45 | 0 | 141 | 63 | 123 | 136 | 31 |
| Binary | 1001111 | 1111110 | 100 | 100101 | 0 | 1100001 | 110011 | 1010011 | 1011110 | 11001 |
Color Harmonies of #4F7E04
Complementary color
Monochromatic Colors of #4F7E04
Black with #4F7E04
Text Example
Text Example
White with #4F7E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7E04; }
p { color: rgb(79,126,4); }
H1.HeaderClassName
{
color: #4F7E04;
}
.AnyTagClassName
{
color: #4F7E04;
}
</style>
background-color css
<style>
a { background-color: #4F7E04; }
a { background-color: rgb(79,126,4); }
div.DivClassName
{
background-color: #4F7E04;
}
.BgClassName
{
background-color: #4F7E04;
}
</style>
border-color css
<style>
span { border-color: #4F7E04; }
span { border-color: rgb(79,126,4); }
td.TdClassName
{
border-color: #4F7E04;
}
.TagClassName
{
border-color: #4F7E04;
}
</style>