Shades of Fiji Green #4F7C05
Tints of Fiji Green #4F7C05
RGB
CMYK
RGB Variations
Color information
#4F7C05 (or 0x4F7C05) is known color: Fiji Green. HEX triplet: 4F, 7C and 05. RGB value is (79,124,5). Sum of RGB (Red+Green+Blue) = 79+124+5=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 124 (48.83% from 255 or 59.62% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7C05 is #B083FA. Grayscale: #616161. Windows color (decimal): -11568123 or 359503. OLE color: 359503.
HSL color Cylindrical-coordinate representation of color #4F7C05: hue angle of 82.69º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F7C05 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 124 | 5 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.51 |
| HSL | 82.69º | 0.92% | 0.25% | - |
| HSV(B) | 82.69º | 0.96% | 0.49% | - |
| XYZ | 10.46 | 16.09 | 2.7 | - |
| YUV | 96.98 | 76.09 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 5 | 0.36 | 0 | 0.96 | 0.51 | 82.69 | 0.92 | 0.25 |
| Hex | 4F | 7C | 5 | 24 | 0 | 60 | 33 | 53 | 5C | 19 |
| Octal | 117 | 174 | 5 | 44 | 0 | 140 | 63 | 123 | 134 | 31 |
| Binary | 1001111 | 1111100 | 101 | 100100 | 0 | 1100000 | 110011 | 1010011 | 1011100 | 11001 |
Color Harmonies of #4F7C05
Complementary color
Monochromatic Colors of #4F7C05
Black with #4F7C05
Text Example
Text Example
White with #4F7C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7C05; }
p { color: rgb(79,124,5); }
H1.HeaderClassName
{
color: #4F7C05;
}
.AnyTagClassName
{
color: #4F7C05;
}
</style>
background-color css
<style>
a { background-color: #4F7C05; }
a { background-color: rgb(79,124,5); }
div.DivClassName
{
background-color: #4F7C05;
}
.BgClassName
{
background-color: #4F7C05;
}
</style>
border-color css
<style>
span { border-color: #4F7C05; }
span { border-color: rgb(79,124,5); }
td.TdClassName
{
border-color: #4F7C05;
}
.TagClassName
{
border-color: #4F7C05;
}
</style>