Shades of Fiji Green #4F7300
Tints of Fiji Green #4F7300
RGB
CMYK
RGB Variations
Color information
#4F7300 (or 0x4F7300) is known color: Fiji Green. HEX triplet: 4F, 73 and 00. RGB value is (79,115,0). Sum of RGB (Red+Green+Blue) = 79+115+0=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7300 is #B08CFF. Grayscale: #5B5B5B. Windows color (decimal): -11570432 or 29519. OLE color: 29519.
HSL color Cylindrical-coordinate representation of color #4F7300: hue angle of 78.78º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F7300 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.55 |
| HSL | 78.78º | 1% | 0.23% | - |
| HSV(B) | 78.78º | 1% | 0.45% | - |
| XYZ | 9.36 | 13.92 | 2.19 | - |
| YUV | 91.13 | 76.57 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 0 | 0.31 | 0 | 1 | 0.55 | 78.78 | 1 | 0.23 |
| Hex | 4F | 73 | 0 | 1F | 0 | 64 | 37 | 4F | 64 | 17 |
| Octal | 117 | 163 | 0 | 37 | 0 | 144 | 67 | 117 | 144 | 27 |
| Binary | 1001111 | 1110011 | 0 | 11111 | 0 | 1100100 | 110111 | 1001111 | 1100100 | 10111 |
Color Harmonies of #4F7300
Complementary color
Monochromatic Colors of #4F7300
Black with #4F7300
Text Example
Text Example
White with #4F7300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7300; }
p { color: rgb(79,115,0); }
H1.HeaderClassName
{
color: #4F7300;
}
.AnyTagClassName
{
color: #4F7300;
}
</style>
background-color css
<style>
a { background-color: #4F7300; }
a { background-color: rgb(79,115,0); }
div.DivClassName
{
background-color: #4F7300;
}
.BgClassName
{
background-color: #4F7300;
}
</style>
border-color css
<style>
span { border-color: #4F7300; }
span { border-color: rgb(79,115,0); }
td.TdClassName
{
border-color: #4F7300;
}
.TagClassName
{
border-color: #4F7300;
}
</style>