Shades of Fiji Green #54740B
Tints of Fiji Green #54740B
RGB
CMYK
RGB Variations
Color information
#54740B (or 0x54740B) is known color: Fiji Green. HEX triplet: 54, 74 and 0B. RGB value is (84,116,11). Sum of RGB (Red+Green+Blue) = 84+116+11=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #54740B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54740B is #AB8BF4. Grayscale: #5E5E5E. Windows color (decimal): -11242485 or 750676. OLE color: 750676.
HSL color Cylindrical-coordinate representation of color #54740B: hue angle of 78.29º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #54740B is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 116 | 11 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.55 |
| HSL | 78.29º | 0.83% | 0.25% | - |
| HSV(B) | 78.29º | 0.91% | 0.45% | - |
| XYZ | 9.96 | 14.4 | 2.57 | - |
| YUV | 94.46 | 80.9 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 11 | 0.28 | 0 | 0.91 | 0.55 | 78.29 | 0.83 | 0.25 |
| Hex | 54 | 74 | B | 1C | 0 | 5B | 37 | 4E | 53 | 19 |
| Octal | 124 | 164 | 13 | 34 | 0 | 133 | 67 | 116 | 123 | 31 |
| Binary | 1010100 | 1110100 | 1011 | 11100 | 0 | 1011011 | 110111 | 1001110 | 1010011 | 11001 |
Color Harmonies of #54740B
Complementary color
Monochromatic Colors of #54740B
Black with #54740B
Text Example
Text Example
White with #54740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54740B; }
p { color: rgb(84,116,11); }
H1.HeaderClassName
{
color: #54740B;
}
.AnyTagClassName
{
color: #54740B;
}
</style>
background-color css
<style>
a { background-color: #54740B; }
a { background-color: rgb(84,116,11); }
div.DivClassName
{
background-color: #54740B;
}
.BgClassName
{
background-color: #54740B;
}
</style>
border-color css
<style>
span { border-color: #54740B; }
span { border-color: rgb(84,116,11); }
td.TdClassName
{
border-color: #54740B;
}
.TagClassName
{
border-color: #54740B;
}
</style>