Shades of Fiji Green #4D7D04
Tints of Fiji Green #4D7D04
RGB
CMYK
RGB Variations
Color information
#4D7D04 (or 0x4D7D04) is known color: Fiji Green. HEX triplet: 4D, 7D and 04. RGB value is (77,125,4). Sum of RGB (Red+Green+Blue) = 77+125+4=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 125 (49.22% from 255 or 60.68% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 125 - color contains mainly: green. Hex color #4D7D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7D04 is #B282FB. Grayscale: #616161. Windows color (decimal): -11698940 or 294221. OLE color: 294221.
HSL color Cylindrical-coordinate representation of color #4D7D04: hue angle of 83.8º 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 #4D7D04 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 125 | 4 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.51 |
| HSL | 83.8º | 0.94% | 0.25% | - |
| HSV(B) | 83.8º | 0.97% | 0.49% | - |
| XYZ | 10.42 | 16.25 | 2.7 | - |
| YUV | 96.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 4 | 0.38 | 0 | 0.97 | 0.51 | 83.8 | 0.94 | 0.25 |
| Hex | 4D | 7D | 4 | 26 | 0 | 61 | 33 | 54 | 5E | 19 |
| Octal | 115 | 175 | 4 | 46 | 0 | 141 | 63 | 124 | 136 | 31 |
| Binary | 1001101 | 1111101 | 100 | 100110 | 0 | 1100001 | 110011 | 1010100 | 1011110 | 11001 |
Color Harmonies of #4D7D04
Complementary color
Monochromatic Colors of #4D7D04
Black with #4D7D04
Text Example
Text Example
White with #4D7D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7D04; }
p { color: rgb(77,125,4); }
H1.HeaderClassName
{
color: #4D7D04;
}
.AnyTagClassName
{
color: #4D7D04;
}
</style>
background-color css
<style>
a { background-color: #4D7D04; }
a { background-color: rgb(77,125,4); }
div.DivClassName
{
background-color: #4D7D04;
}
.BgClassName
{
background-color: #4D7D04;
}
</style>
border-color css
<style>
span { border-color: #4D7D04; }
span { border-color: rgb(77,125,4); }
td.TdClassName
{
border-color: #4D7D04;
}
.TagClassName
{
border-color: #4D7D04;
}
</style>