Shades of Fiji Green #4C7600
Tints of Fiji Green #4C7600
RGB
CMYK
RGB Variations
Color information
#4C7600 (or 0x4C7600) is known color: Fiji Green. HEX triplet: 4C, 76 and 00. RGB value is (76,118,0). Sum of RGB (Red+Green+Blue) = 76+118+0=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #4C7600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7600 is #B389FF. Grayscale: #5C5C5C. Windows color (decimal): -11766272 or 30284. OLE color: 30284.
HSL color Cylindrical-coordinate representation of color #4C7600: hue angle of 81.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C7600 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 118 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.54 |
| HSL | 81.36º | 1% | 0.23% | - |
| HSV(B) | 81.36º | 1% | 0.46% | - |
| XYZ | 9.46 | 14.49 | 2.3 | - |
| YUV | 91.99 | 76.09 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 0 | 0.36 | 0 | 1 | 0.54 | 81.36 | 1 | 0.23 |
| Hex | 4C | 76 | 0 | 24 | 0 | 64 | 36 | 51 | 64 | 17 |
| Octal | 114 | 166 | 0 | 44 | 0 | 144 | 66 | 121 | 144 | 27 |
| Binary | 1001100 | 1110110 | 0 | 100100 | 0 | 1100100 | 110110 | 1010001 | 1100100 | 10111 |
Color Harmonies of #4C7600
Complementary color
Monochromatic Colors of #4C7600
Black with #4C7600
Text Example
Text Example
White with #4C7600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7600; }
p { color: rgb(76,118,0); }
H1.HeaderClassName
{
color: #4C7600;
}
.AnyTagClassName
{
color: #4C7600;
}
</style>
background-color css
<style>
a { background-color: #4C7600; }
a { background-color: rgb(76,118,0); }
div.DivClassName
{
background-color: #4C7600;
}
.BgClassName
{
background-color: #4C7600;
}
</style>
border-color css
<style>
span { border-color: #4C7600; }
span { border-color: rgb(76,118,0); }
td.TdClassName
{
border-color: #4C7600;
}
.TagClassName
{
border-color: #4C7600;
}
</style>