Shades of Fiji Green #54700F
Tints of Fiji Green #54700F
RGB
CMYK
RGB Variations
Color information
#54700F (or 0x54700F) is known color: Fiji Green. HEX triplet: 54, 70 and 0F. RGB value is (84,112,15). Sum of RGB (Red+Green+Blue) = 84+112+15=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #54700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54700F is #AB8FF0. Grayscale: #5C5C5C. Windows color (decimal): -11243505 or 1011796. OLE color: 1011796.
HSL color Cylindrical-coordinate representation of color #54700F: hue angle of 77.32º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54700F is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 112 | 15 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.56 |
| HSL | 77.32º | 0.76% | 0.25% | - |
| HSV(B) | 77.32º | 0.87% | 0.44% | - |
| XYZ | 9.54 | 13.51 | 2.56 | - |
| YUV | 92.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 15 | 0.25 | 0 | 0.87 | 0.56 | 77.32 | 0.76 | 0.25 |
| Hex | 54 | 70 | F | 19 | 0 | 57 | 38 | 4D | 4C | 19 |
| Octal | 124 | 160 | 17 | 31 | 0 | 127 | 70 | 115 | 114 | 31 |
| Binary | 1010100 | 1110000 | 1111 | 11001 | 0 | 1010111 | 111000 | 1001101 | 1001100 | 11001 |
Color Harmonies of #54700F
Complementary color
Monochromatic Colors of #54700F
Black with #54700F
Text Example
Text Example
White with #54700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54700F; }
p { color: rgb(84,112,15); }
H1.HeaderClassName
{
color: #54700F;
}
.AnyTagClassName
{
color: #54700F;
}
</style>
background-color css
<style>
a { background-color: #54700F; }
a { background-color: rgb(84,112,15); }
div.DivClassName
{
background-color: #54700F;
}
.BgClassName
{
background-color: #54700F;
}
</style>
border-color css
<style>
span { border-color: #54700F; }
span { border-color: rgb(84,112,15); }
td.TdClassName
{
border-color: #54700F;
}
.TagClassName
{
border-color: #54700F;
}
</style>