Shades of Fiji Green #4F7105
Tints of Fiji Green #4F7105
RGB
CMYK
RGB Variations
Color information
#4F7105 (or 0x4F7105) is known color: Fiji Green. HEX triplet: 4F, 71 and 05. RGB value is (79,113,5). Sum of RGB (Red+Green+Blue) = 79+113+5=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #4F7105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7105 is #B08EFA. Grayscale: #5A5A5A. Windows color (decimal): -11570939 or 356687. OLE color: 356687.
HSL color Cylindrical-coordinate representation of color #4F7105: hue angle of 78.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F7105 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 113 | 5 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.56 |
| HSL | 78.89º | 0.92% | 0.23% | - |
| HSV(B) | 78.89º | 0.96% | 0.44% | - |
| XYZ | 9.16 | 13.48 | 2.26 | - |
| YUV | 90.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 113 | 5 | 0.30 | 0 | 0.96 | 0.56 | 78.89 | 0.92 | 0.23 |
| Hex | 4F | 71 | 5 | 1E | 0 | 60 | 38 | 4F | 5C | 17 |
| Octal | 117 | 161 | 5 | 36 | 0 | 140 | 70 | 117 | 134 | 27 |
| Binary | 1001111 | 1110001 | 101 | 11110 | 0 | 1100000 | 111000 | 1001111 | 1011100 | 10111 |
Color Harmonies of #4F7105
Complementary color
Monochromatic Colors of #4F7105
Black with #4F7105
Text Example
Text Example
White with #4F7105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7105; }
p { color: rgb(79,113,5); }
H1.HeaderClassName
{
color: #4F7105;
}
.AnyTagClassName
{
color: #4F7105;
}
</style>
background-color css
<style>
a { background-color: #4F7105; }
a { background-color: rgb(79,113,5); }
div.DivClassName
{
background-color: #4F7105;
}
.BgClassName
{
background-color: #4F7105;
}
</style>
border-color css
<style>
span { border-color: #4F7105; }
span { border-color: rgb(79,113,5); }
td.TdClassName
{
border-color: #4F7105;
}
.TagClassName
{
border-color: #4F7105;
}
</style>