Shades of Fiji Green #54750C
Tints of Fiji Green #54750C
RGB
CMYK
RGB Variations
Color information
#54750C (or 0x54750C) is known color: Fiji Green. HEX triplet: 54, 75 and 0C. RGB value is (84,117,12). Sum of RGB (Red+Green+Blue) = 84+117+12=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #54750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54750C is #AB8AF3. Grayscale: #5F5F5F. Windows color (decimal): -11242228 or 816468. OLE color: 816468.
HSL color Cylindrical-coordinate representation of color #54750C: hue angle of 78.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54750C is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 117 | 12 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.54 |
| HSL | 78.86º | 0.81% | 0.25% | - |
| HSV(B) | 78.86º | 0.9% | 0.46% | - |
| XYZ | 10.08 | 14.63 | 2.64 | - |
| YUV | 95.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 117 | 12 | 0.28 | 0 | 0.90 | 0.54 | 78.86 | 0.81 | 0.25 |
| Hex | 54 | 75 | C | 1C | 0 | 5A | 36 | 4F | 51 | 19 |
| Octal | 124 | 165 | 14 | 34 | 0 | 132 | 66 | 117 | 121 | 31 |
| Binary | 1010100 | 1110101 | 1100 | 11100 | 0 | 1011010 | 110110 | 1001111 | 1010001 | 11001 |
Color Harmonies of #54750C
Complementary color
Monochromatic Colors of #54750C
Black with #54750C
Text Example
Text Example
White with #54750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54750C; }
p { color: rgb(84,117,12); }
H1.HeaderClassName
{
color: #54750C;
}
.AnyTagClassName
{
color: #54750C;
}
</style>
background-color css
<style>
a { background-color: #54750C; }
a { background-color: rgb(84,117,12); }
div.DivClassName
{
background-color: #54750C;
}
.BgClassName
{
background-color: #54750C;
}
</style>
border-color css
<style>
span { border-color: #54750C; }
span { border-color: rgb(84,117,12); }
td.TdClassName
{
border-color: #54750C;
}
.TagClassName
{
border-color: #54750C;
}
</style>