Shades of Fiji Green #4F710D
Tints of Fiji Green #4F710D
RGB
CMYK
RGB Variations
Color information
#4F710D (or 0x4F710D) is known color: Fiji Green. HEX triplet: 4F, 71 and 0D. RGB value is (79,113,13). Sum of RGB (Red+Green+Blue) = 79+113+13=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #4F710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F710D is #B08EF2. Grayscale: #5B5B5B. Windows color (decimal): -11570931 or 880975. OLE color: 880975.
HSL color Cylindrical-coordinate representation of color #4F710D: hue angle of 80.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4F710D is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 113 | 13 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.56 |
| HSL | 80.4º | 0.79% | 0.25% | - |
| HSV(B) | 80.4º | 0.88% | 0.44% | - |
| XYZ | 9.2 | 13.5 | 2.5 | - |
| YUV | 91.43 | 83.74 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 113 | 13 | 0.30 | 0 | 0.88 | 0.56 | 80.4 | 0.79 | 0.25 |
| Hex | 4F | 71 | D | 1E | 0 | 58 | 38 | 50 | 4F | 19 |
| Octal | 117 | 161 | 15 | 36 | 0 | 130 | 70 | 120 | 117 | 31 |
| Binary | 1001111 | 1110001 | 1101 | 11110 | 0 | 1011000 | 111000 | 1010000 | 1001111 | 11001 |
Color Harmonies of #4F710D
Complementary color
Monochromatic Colors of #4F710D
Black with #4F710D
Text Example
Text Example
White with #4F710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F710D; }
p { color: rgb(79,113,13); }
H1.HeaderClassName
{
color: #4F710D;
}
.AnyTagClassName
{
color: #4F710D;
}
</style>
background-color css
<style>
a { background-color: #4F710D; }
a { background-color: rgb(79,113,13); }
div.DivClassName
{
background-color: #4F710D;
}
.BgClassName
{
background-color: #4F710D;
}
</style>
border-color css
<style>
span { border-color: #4F710D; }
span { border-color: rgb(79,113,13); }
td.TdClassName
{
border-color: #4F710D;
}
.TagClassName
{
border-color: #4F710D;
}
</style>