Shades of Fiji Green #4E7A04
Tints of Fiji Green #4E7A04
RGB
CMYK
RGB Variations
Color information
#4E7A04 (or 0x4E7A04) is known color: Fiji Green. HEX triplet: 4E, 7A and 04. RGB value is (78,122,4). Sum of RGB (Red+Green+Blue) = 78+122+4=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 122 (48.05% from 255 or 59.80% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 122 - color contains mainly: green. Hex color #4E7A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7A04 is #B185FB. Grayscale: #5F5F5F. Windows color (decimal): -11634172 or 293454. OLE color: 293454.
HSL color Cylindrical-coordinate representation of color #4E7A04: hue angle of 82.37º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E7A04 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 122 | 4 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.52 |
| HSL | 82.37º | 0.94% | 0.25% | - |
| HSV(B) | 82.37º | 0.97% | 0.48% | - |
| XYZ | 10.12 | 15.55 | 2.58 | - |
| YUV | 95.39 | 76.42 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 122 | 4 | 0.36 | 0 | 0.97 | 0.52 | 82.37 | 0.94 | 0.25 |
| Hex | 4E | 7A | 4 | 24 | 0 | 61 | 34 | 52 | 5E | 19 |
| Octal | 116 | 172 | 4 | 44 | 0 | 141 | 64 | 122 | 136 | 31 |
| Binary | 1001110 | 1111010 | 100 | 100100 | 0 | 1100001 | 110100 | 1010010 | 1011110 | 11001 |
Color Harmonies of #4E7A04
Complementary color
Monochromatic Colors of #4E7A04
Black with #4E7A04
Text Example
Text Example
White with #4E7A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7A04; }
p { color: rgb(78,122,4); }
H1.HeaderClassName
{
color: #4E7A04;
}
.AnyTagClassName
{
color: #4E7A04;
}
</style>
background-color css
<style>
a { background-color: #4E7A04; }
a { background-color: rgb(78,122,4); }
div.DivClassName
{
background-color: #4E7A04;
}
.BgClassName
{
background-color: #4E7A04;
}
</style>
border-color css
<style>
span { border-color: #4E7A04; }
span { border-color: rgb(78,122,4); }
td.TdClassName
{
border-color: #4E7A04;
}
.TagClassName
{
border-color: #4E7A04;
}
</style>