Shades of Fiji Green #54760E
Tints of Fiji Green #54760E
RGB
CMYK
RGB Variations
Color information
#54760E (or 0x54760E) is known color: Fiji Green. HEX triplet: 54, 76 and 0E. RGB value is (84,118,14). Sum of RGB (Red+Green+Blue) = 84+118+14=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #54760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54760E is #AB89F1. Grayscale: #606060. Windows color (decimal): -11241970 or 947796. OLE color: 947796.
HSL color Cylindrical-coordinate representation of color #54760E: hue angle of 79.62º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54760E is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 118 | 14 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.54 |
| HSL | 79.62º | 0.79% | 0.26% | - |
| HSV(B) | 79.62º | 0.88% | 0.46% | - |
| XYZ | 10.21 | 14.87 | 2.75 | - |
| YUV | 95.98 | 81.74 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 14 | 0.29 | 0 | 0.88 | 0.54 | 79.62 | 0.79 | 0.26 |
| Hex | 54 | 76 | E | 1D | 0 | 58 | 36 | 50 | 4F | 1A |
| Octal | 124 | 166 | 16 | 35 | 0 | 130 | 66 | 120 | 117 | 32 |
| Binary | 1010100 | 1110110 | 1110 | 11101 | 0 | 1011000 | 110110 | 1010000 | 1001111 | 11010 |
Color Harmonies of #54760E
Complementary color
Monochromatic Colors of #54760E
Black with #54760E
Text Example
Text Example
White with #54760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54760E; }
p { color: rgb(84,118,14); }
H1.HeaderClassName
{
color: #54760E;
}
.AnyTagClassName
{
color: #54760E;
}
</style>
background-color css
<style>
a { background-color: #54760E; }
a { background-color: rgb(84,118,14); }
div.DivClassName
{
background-color: #54760E;
}
.BgClassName
{
background-color: #54760E;
}
</style>
border-color css
<style>
span { border-color: #54760E; }
span { border-color: rgb(84,118,14); }
td.TdClassName
{
border-color: #54760E;
}
.TagClassName
{
border-color: #54760E;
}
</style>