Shades of Fiji Green #4D7E00
Tints of Fiji Green #4D7E00
RGB
CMYK
RGB Variations
Color information
#4D7E00 (or 0x4D7E00) is known color: Fiji Green. HEX triplet: 4D, 7E and 00. RGB value is (77,126,0). Sum of RGB (Red+Green+Blue) = 77+126+0=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 126 (49.61% from 255 or 62.07% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 126 - color contains mainly: green. Hex color #4D7E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7E00 is #B281FF. Grayscale: #616161. Windows color (decimal): -11698688 or 32333. OLE color: 32333.
HSL color Cylindrical-coordinate representation of color #4D7E00: hue angle of 83.33º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D7E00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 126 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.51 |
| HSL | 83.33º | 1% | 0.25% | - |
| HSV(B) | 83.33º | 1% | 0.49% | - |
| XYZ | 10.52 | 16.5 | 2.63 | - |
| YUV | 96.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 126 | 0 | 0.39 | 0 | 1 | 0.51 | 83.33 | 1 | 0.25 |
| Hex | 4D | 7E | 0 | 27 | 0 | 64 | 33 | 53 | 64 | 19 |
| Octal | 115 | 176 | 0 | 47 | 0 | 144 | 63 | 123 | 144 | 31 |
| Binary | 1001101 | 1111110 | 0 | 100111 | 0 | 1100100 | 110011 | 1010011 | 1100100 | 11001 |
Color Harmonies of #4D7E00
Complementary color
Monochromatic Colors of #4D7E00
Black with #4D7E00
Text Example
Text Example
White with #4D7E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7E00; }
p { color: rgb(77,126,0); }
H1.HeaderClassName
{
color: #4D7E00;
}
.AnyTagClassName
{
color: #4D7E00;
}
</style>
background-color css
<style>
a { background-color: #4D7E00; }
a { background-color: rgb(77,126,0); }
div.DivClassName
{
background-color: #4D7E00;
}
.BgClassName
{
background-color: #4D7E00;
}
</style>
border-color css
<style>
span { border-color: #4D7E00; }
span { border-color: rgb(77,126,0); }
td.TdClassName
{
border-color: #4D7E00;
}
.TagClassName
{
border-color: #4D7E00;
}
</style>