Shades of Fiji Green #547C06
Tints of Fiji Green #547C06
RGB
CMYK
RGB Variations
Color information
#547C06 (or 0x547C06) is known color: Fiji Green. HEX triplet: 54, 7C and 06. RGB value is (84,124,6). Sum of RGB (Red+Green+Blue) = 84+124+6=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 124 (48.83% from 255 or 57.94% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 124 - color contains mainly: green. Hex color #547C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547C06 is #AB83F9. Grayscale: #636363. Windows color (decimal): -11240442 or 425044. OLE color: 425044.
HSL color Cylindrical-coordinate representation of color #547C06: hue angle of 80.34º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #547C06 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 124 | 6 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.51 |
| HSL | 80.34º | 0.91% | 0.25% | - |
| HSV(B) | 80.34º | 0.95% | 0.49% | - |
| XYZ | 10.9 | 16.31 | 2.75 | - |
| YUV | 98.59 | 75.75 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 6 | 0.32 | 0 | 0.95 | 0.51 | 80.34 | 0.91 | 0.25 |
| Hex | 54 | 7C | 6 | 20 | 0 | 5F | 33 | 50 | 5B | 19 |
| Octal | 124 | 174 | 6 | 40 | 0 | 137 | 63 | 120 | 133 | 31 |
| Binary | 1010100 | 1111100 | 110 | 100000 | 0 | 1011111 | 110011 | 1010000 | 1011011 | 11001 |
Color Harmonies of #547C06
Complementary color
Monochromatic Colors of #547C06
Black with #547C06
Text Example
Text Example
White with #547C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547C06; }
p { color: rgb(84,124,6); }
H1.HeaderClassName
{
color: #547C06;
}
.AnyTagClassName
{
color: #547C06;
}
</style>
background-color css
<style>
a { background-color: #547C06; }
a { background-color: rgb(84,124,6); }
div.DivClassName
{
background-color: #547C06;
}
.BgClassName
{
background-color: #547C06;
}
</style>
border-color css
<style>
span { border-color: #547C06; }
span { border-color: rgb(84,124,6); }
td.TdClassName
{
border-color: #547C06;
}
.TagClassName
{
border-color: #547C06;
}
</style>