Shades of Fiji Green #4F7E03
Tints of Fiji Green #4F7E03
RGB
CMYK
RGB Variations
Color information
#4F7E03 (or 0x4F7E03) is known color: Fiji Green. HEX triplet: 4F, 7E and 03. RGB value is (79,126,3). Sum of RGB (Red+Green+Blue) = 79+126+3=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 126 (49.61% from 255 or 60.58% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 126 - color contains mainly: green. Hex color #4F7E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F7E03 is #B081FC. Grayscale: #626262. Windows color (decimal): -11567613 or 228943. OLE color: 228943.
HSL color Cylindrical-coordinate representation of color #4F7E03: hue angle of 82.93º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F7E03 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 126 | 3 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.51 |
| HSL | 82.93º | 0.95% | 0.25% | - |
| HSV(B) | 82.93º | 0.98% | 0.49% | - |
| XYZ | 10.7 | 16.59 | 2.72 | - |
| YUV | 97.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 126 | 3 | 0.37 | 0 | 0.98 | 0.51 | 82.93 | 0.95 | 0.25 |
| Hex | 4F | 7E | 3 | 25 | 0 | 62 | 33 | 53 | 5F | 19 |
| Octal | 117 | 176 | 3 | 45 | 0 | 142 | 63 | 123 | 137 | 31 |
| Binary | 1001111 | 1111110 | 11 | 100101 | 0 | 1100010 | 110011 | 1010011 | 1011111 | 11001 |
Color Harmonies of #4F7E03
Complementary color
Monochromatic Colors of #4F7E03
Black with #4F7E03
Text Example
Text Example
White with #4F7E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7E03; }
p { color: rgb(79,126,3); }
H1.HeaderClassName
{
color: #4F7E03;
}
.AnyTagClassName
{
color: #4F7E03;
}
</style>
background-color css
<style>
a { background-color: #4F7E03; }
a { background-color: rgb(79,126,3); }
div.DivClassName
{
background-color: #4F7E03;
}
.BgClassName
{
background-color: #4F7E03;
}
</style>
border-color css
<style>
span { border-color: #4F7E03; }
span { border-color: rgb(79,126,3); }
td.TdClassName
{
border-color: #4F7E03;
}
.TagClassName
{
border-color: #4F7E03;
}
</style>