Shades of Fiji Green #4F7A08
Tints of Fiji Green #4F7A08
RGB
CMYK
RGB Variations
Color information
#4F7A08 (or 0x4F7A08) is known color: Fiji Green. HEX triplet: 4F, 7A and 08. RGB value is (79,122,8). Sum of RGB (Red+Green+Blue) = 79+122+8=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 122 (48.05% from 255 or 58.37% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 122 - color contains mainly: green. Hex color #4F7A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7A08 is #B085F7. Grayscale: #606060. Windows color (decimal): -11568632 or 555599. OLE color: 555599.
HSL color Cylindrical-coordinate representation of color #4F7A08: hue angle of 82.63º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F7A08 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 122 | 8 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.52 |
| HSL | 82.63º | 0.88% | 0.25% | - |
| HSV(B) | 82.63º | 0.93% | 0.48% | - |
| XYZ | 10.23 | 15.6 | 2.7 | - |
| YUV | 96.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 122 | 8 | 0.35 | 0 | 0.93 | 0.52 | 82.63 | 0.88 | 0.25 |
| Hex | 4F | 7A | 8 | 23 | 0 | 5D | 34 | 53 | 58 | 19 |
| Octal | 117 | 172 | 10 | 43 | 0 | 135 | 64 | 123 | 130 | 31 |
| Binary | 1001111 | 1111010 | 1000 | 100011 | 0 | 1011101 | 110100 | 1010011 | 1011000 | 11001 |
Color Harmonies of #4F7A08
Complementary color
Monochromatic Colors of #4F7A08
Black with #4F7A08
Text Example
Text Example
White with #4F7A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7A08; }
p { color: rgb(79,122,8); }
H1.HeaderClassName
{
color: #4F7A08;
}
.AnyTagClassName
{
color: #4F7A08;
}
</style>
background-color css
<style>
a { background-color: #4F7A08; }
a { background-color: rgb(79,122,8); }
div.DivClassName
{
background-color: #4F7A08;
}
.BgClassName
{
background-color: #4F7A08;
}
</style>
border-color css
<style>
span { border-color: #4F7A08; }
span { border-color: rgb(79,122,8); }
td.TdClassName
{
border-color: #4F7A08;
}
.TagClassName
{
border-color: #4F7A08;
}
</style>