Shades of Fiji Green #54730E
Tints of Fiji Green #54730E
RGB
CMYK
RGB Variations
Color information
#54730E (or 0x54730E) is known color: Fiji Green. HEX triplet: 54, 73 and 0E. RGB value is (84,115,14). Sum of RGB (Red+Green+Blue) = 84+115+14=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #54730E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54730E is #AB8CF1. Grayscale: #5E5E5E. Windows color (decimal): -11242738 or 947028. OLE color: 947028.
HSL color Cylindrical-coordinate representation of color #54730E: hue angle of 78.42º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54730E is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 115 | 14 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.55 |
| HSL | 78.42º | 0.78% | 0.25% | - |
| HSV(B) | 78.42º | 0.88% | 0.45% | - |
| XYZ | 9.87 | 14.18 | 2.63 | - |
| YUV | 94.22 | 82.73 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 115 | 14 | 0.27 | 0 | 0.88 | 0.55 | 78.42 | 0.78 | 0.25 |
| Hex | 54 | 73 | E | 1B | 0 | 58 | 37 | 4E | 4E | 19 |
| Octal | 124 | 163 | 16 | 33 | 0 | 130 | 67 | 116 | 116 | 31 |
| Binary | 1010100 | 1110011 | 1110 | 11011 | 0 | 1011000 | 110111 | 1001110 | 1001110 | 11001 |
Color Harmonies of #54730E
Complementary color
Monochromatic Colors of #54730E
Black with #54730E
Text Example
Text Example
White with #54730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54730E; }
p { color: rgb(84,115,14); }
H1.HeaderClassName
{
color: #54730E;
}
.AnyTagClassName
{
color: #54730E;
}
</style>
background-color css
<style>
a { background-color: #54730E; }
a { background-color: rgb(84,115,14); }
div.DivClassName
{
background-color: #54730E;
}
.BgClassName
{
background-color: #54730E;
}
</style>
border-color css
<style>
span { border-color: #54730E; }
span { border-color: rgb(84,115,14); }
td.TdClassName
{
border-color: #54730E;
}
.TagClassName
{
border-color: #54730E;
}
</style>