Shades of Fiji Green #4F700C
Tints of Fiji Green #4F700C
RGB
CMYK
RGB Variations
Color information
#4F700C (or 0x4F700C) is known color: Fiji Green. HEX triplet: 4F, 70 and 0C. RGB value is (79,112,12). Sum of RGB (Red+Green+Blue) = 79+112+12=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #4F700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F700C is #B08FF3. Grayscale: #5B5B5B. Windows color (decimal): -11571188 or 815183. OLE color: 815183.
HSL color Cylindrical-coordinate representation of color #4F700C: hue angle of 79.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F700C is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 12 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.56 |
| HSL | 79.8º | 0.81% | 0.24% | - |
| HSV(B) | 79.8º | 0.89% | 0.44% | - |
| XYZ | 9.08 | 13.28 | 2.43 | - |
| YUV | 90.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 12 | 0.29 | 0 | 0.89 | 0.56 | 79.8 | 0.81 | 0.24 |
| Hex | 4F | 70 | C | 1D | 0 | 59 | 38 | 50 | 51 | 18 |
| Octal | 117 | 160 | 14 | 35 | 0 | 131 | 70 | 120 | 121 | 30 |
| Binary | 1001111 | 1110000 | 1100 | 11101 | 0 | 1011001 | 111000 | 1010000 | 1010001 | 11000 |
Color Harmonies of #4F700C
Complementary color
Monochromatic Colors of #4F700C
Black with #4F700C
Text Example
Text Example
White with #4F700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F700C; }
p { color: rgb(79,112,12); }
H1.HeaderClassName
{
color: #4F700C;
}
.AnyTagClassName
{
color: #4F700C;
}
</style>
background-color css
<style>
a { background-color: #4F700C; }
a { background-color: rgb(79,112,12); }
div.DivClassName
{
background-color: #4F700C;
}
.BgClassName
{
background-color: #4F700C;
}
</style>
border-color css
<style>
span { border-color: #4F700C; }
span { border-color: rgb(79,112,12); }
td.TdClassName
{
border-color: #4F700C;
}
.TagClassName
{
border-color: #4F700C;
}
</style>