Shades of Fiji Green #54740C
Tints of Fiji Green #54740C
RGB
CMYK
RGB Variations
Color information
#54740C (or 0x54740C) is known color: Fiji Green. HEX triplet: 54, 74 and 0C. RGB value is (84,116,12). Sum of RGB (Red+Green+Blue) = 84+116+12=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #54740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54740C is #AB8BF3. Grayscale: #5E5E5E. Windows color (decimal): -11242484 or 816212. OLE color: 816212.
HSL color Cylindrical-coordinate representation of color #54740C: hue angle of 78.46º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54740C is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 116 | 12 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.55 |
| HSL | 78.46º | 0.81% | 0.25% | - |
| HSV(B) | 78.46º | 0.9% | 0.45% | - |
| XYZ | 9.97 | 14.4 | 2.6 | - |
| YUV | 94.58 | 81.4 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 12 | 0.28 | 0 | 0.90 | 0.55 | 78.46 | 0.81 | 0.25 |
| Hex | 54 | 74 | C | 1C | 0 | 5A | 37 | 4E | 51 | 19 |
| Octal | 124 | 164 | 14 | 34 | 0 | 132 | 67 | 116 | 121 | 31 |
| Binary | 1010100 | 1110100 | 1100 | 11100 | 0 | 1011010 | 110111 | 1001110 | 1010001 | 11001 |
Color Harmonies of #54740C
Complementary color
Monochromatic Colors of #54740C
Black with #54740C
Text Example
Text Example
White with #54740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54740C; }
p { color: rgb(84,116,12); }
H1.HeaderClassName
{
color: #54740C;
}
.AnyTagClassName
{
color: #54740C;
}
</style>
background-color css
<style>
a { background-color: #54740C; }
a { background-color: rgb(84,116,12); }
div.DivClassName
{
background-color: #54740C;
}
.BgClassName
{
background-color: #54740C;
}
</style>
border-color css
<style>
span { border-color: #54740C; }
span { border-color: rgb(84,116,12); }
td.TdClassName
{
border-color: #54740C;
}
.TagClassName
{
border-color: #54740C;
}
</style>