Shades of Fiji Green #4F710B
Tints of Fiji Green #4F710B
RGB
CMYK
RGB Variations
Color information
#4F710B (or 0x4F710B) is known color: Fiji Green. HEX triplet: 4F, 71 and 0B. RGB value is (79,113,11). Sum of RGB (Red+Green+Blue) = 79+113+11=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #4F710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F710B is #B08EF4. Grayscale: #5B5B5B. Windows color (decimal): -11570933 or 749903. OLE color: 749903.
HSL color Cylindrical-coordinate representation of color #4F710B: hue angle of 80º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F710B is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 113 | 11 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.56 |
| HSL | 80º | 0.82% | 0.24% | - |
| HSV(B) | 80º | 0.9% | 0.44% | - |
| XYZ | 9.19 | 13.5 | 2.44 | - |
| YUV | 91.21 | 82.74 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 113 | 11 | 0.30 | 0 | 0.90 | 0.56 | 80 | 0.82 | 0.24 |
| Hex | 4F | 71 | B | 1E | 0 | 5A | 38 | 50 | 52 | 18 |
| Octal | 117 | 161 | 13 | 36 | 0 | 132 | 70 | 120 | 122 | 30 |
| Binary | 1001111 | 1110001 | 1011 | 11110 | 0 | 1011010 | 111000 | 1010000 | 1010010 | 11000 |
Color Harmonies of #4F710B
Complementary color
Monochromatic Colors of #4F710B
Black with #4F710B
Text Example
Text Example
White with #4F710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F710B; }
p { color: rgb(79,113,11); }
H1.HeaderClassName
{
color: #4F710B;
}
.AnyTagClassName
{
color: #4F710B;
}
</style>
background-color css
<style>
a { background-color: #4F710B; }
a { background-color: rgb(79,113,11); }
div.DivClassName
{
background-color: #4F710B;
}
.BgClassName
{
background-color: #4F710B;
}
</style>
border-color css
<style>
span { border-color: #4F710B; }
span { border-color: rgb(79,113,11); }
td.TdClassName
{
border-color: #4F710B;
}
.TagClassName
{
border-color: #4F710B;
}
</style>