Shades of Fiji Green #4F730A
Tints of Fiji Green #4F730A
RGB
CMYK
RGB Variations
Color information
#4F730A (or 0x4F730A) is known color: Fiji Green. HEX triplet: 4F, 73 and 0A. RGB value is (79,115,10). Sum of RGB (Red+Green+Blue) = 79+115+10=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #4F730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F730A is #B08CF5. Grayscale: #5C5C5C. Windows color (decimal): -11570422 or 684879. OLE color: 684879.
HSL color Cylindrical-coordinate representation of color #4F730A: hue angle of 80.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F730A is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 10 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.55 |
| HSL | 80.57º | 0.84% | 0.25% | - |
| HSV(B) | 80.57º | 0.91% | 0.45% | - |
| XYZ | 9.41 | 13.95 | 2.48 | - |
| YUV | 92.27 | 81.57 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 10 | 0.31 | 0 | 0.91 | 0.55 | 80.57 | 0.84 | 0.25 |
| Hex | 4F | 73 | A | 1F | 0 | 5B | 37 | 51 | 54 | 19 |
| Octal | 117 | 163 | 12 | 37 | 0 | 133 | 67 | 121 | 124 | 31 |
| Binary | 1001111 | 1110011 | 1010 | 11111 | 0 | 1011011 | 110111 | 1010001 | 1010100 | 11001 |
Color Harmonies of #4F730A
Complementary color
Monochromatic Colors of #4F730A
Black with #4F730A
Text Example
Text Example
White with #4F730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F730A; }
p { color: rgb(79,115,10); }
H1.HeaderClassName
{
color: #4F730A;
}
.AnyTagClassName
{
color: #4F730A;
}
</style>
background-color css
<style>
a { background-color: #4F730A; }
a { background-color: rgb(79,115,10); }
div.DivClassName
{
background-color: #4F730A;
}
.BgClassName
{
background-color: #4F730A;
}
</style>
border-color css
<style>
span { border-color: #4F730A; }
span { border-color: rgb(79,115,10); }
td.TdClassName
{
border-color: #4F730A;
}
.TagClassName
{
border-color: #4F730A;
}
</style>