Shades of Fiji Green #547E0B
Tints of Fiji Green #547E0B
RGB
CMYK
RGB Variations
Color information
#547E0B (or 0x547E0B) is known color: Fiji Green. HEX triplet: 54, 7E and 0B. RGB value is (84,126,11). Sum of RGB (Red+Green+Blue) = 84+126+11=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 126 (49.61% from 255 or 57.01% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 126 - color contains mainly: green. Hex color #547E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547E0B is #AB81F4. Grayscale: #646464. Windows color (decimal): -11239925 or 753236. OLE color: 753236.
HSL color Cylindrical-coordinate representation of color #547E0B: hue angle of 81.91º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #547E0B is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 126 | 11 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.51 |
| HSL | 81.91º | 0.84% | 0.27% | - |
| HSV(B) | 81.91º | 0.91% | 0.49% | - |
| XYZ | 11.18 | 16.83 | 2.98 | - |
| YUV | 100.33 | 77.59 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 11 | 0.33 | 0 | 0.91 | 0.51 | 81.91 | 0.84 | 0.27 |
| Hex | 54 | 7E | B | 21 | 0 | 5B | 33 | 52 | 54 | 1B |
| Octal | 124 | 176 | 13 | 41 | 0 | 133 | 63 | 122 | 124 | 33 |
| Binary | 1010100 | 1111110 | 1011 | 100001 | 0 | 1011011 | 110011 | 1010010 | 1010100 | 11011 |
Color Harmonies of #547E0B
Complementary color
Monochromatic Colors of #547E0B
Black with #547E0B
Text Example
Text Example
White with #547E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547E0B; }
p { color: rgb(84,126,11); }
H1.HeaderClassName
{
color: #547E0B;
}
.AnyTagClassName
{
color: #547E0B;
}
</style>
background-color css
<style>
a { background-color: #547E0B; }
a { background-color: rgb(84,126,11); }
div.DivClassName
{
background-color: #547E0B;
}
.BgClassName
{
background-color: #547E0B;
}
</style>
border-color css
<style>
span { border-color: #547E0B; }
span { border-color: rgb(84,126,11); }
td.TdClassName
{
border-color: #547E0B;
}
.TagClassName
{
border-color: #547E0B;
}
</style>