Shades of Fiji Green #4D7605
Tints of Fiji Green #4D7605
RGB
CMYK
RGB Variations
Color information
#4D7605 (or 0x4D7605) is known color: Fiji Green. HEX triplet: 4D, 76 and 05. RGB value is (77,118,5). Sum of RGB (Red+Green+Blue) = 77+118+5=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #4D7605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7605 is #B289FA. Grayscale: #5D5D5D. Windows color (decimal): -11700731 or 357965. OLE color: 357965.
HSL color Cylindrical-coordinate representation of color #4D7605: hue angle of 81.77º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D7605 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 5 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.54 |
| HSL | 81.77º | 0.92% | 0.24% | - |
| HSV(B) | 81.77º | 0.96% | 0.46% | - |
| XYZ | 9.57 | 14.55 | 2.45 | - |
| YUV | 92.86 | 78.42 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 5 | 0.35 | 0 | 0.96 | 0.54 | 81.77 | 0.92 | 0.24 |
| Hex | 4D | 76 | 5 | 23 | 0 | 60 | 36 | 52 | 5C | 18 |
| Octal | 115 | 166 | 5 | 43 | 0 | 140 | 66 | 122 | 134 | 30 |
| Binary | 1001101 | 1110110 | 101 | 100011 | 0 | 1100000 | 110110 | 1010010 | 1011100 | 11000 |
Color Harmonies of #4D7605
Complementary color
Monochromatic Colors of #4D7605
Black with #4D7605
Text Example
Text Example
White with #4D7605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7605; }
p { color: rgb(77,118,5); }
H1.HeaderClassName
{
color: #4D7605;
}
.AnyTagClassName
{
color: #4D7605;
}
</style>
background-color css
<style>
a { background-color: #4D7605; }
a { background-color: rgb(77,118,5); }
div.DivClassName
{
background-color: #4D7605;
}
.BgClassName
{
background-color: #4D7605;
}
</style>
border-color css
<style>
span { border-color: #4D7605; }
span { border-color: rgb(77,118,5); }
td.TdClassName
{
border-color: #4D7605;
}
.TagClassName
{
border-color: #4D7605;
}
</style>