Shades of Fiji Green #547A0C
Tints of Fiji Green #547A0C
RGB
CMYK
RGB Variations
Color information
#547A0C (or 0x547A0C) is known color: Fiji Green. HEX triplet: 54, 7A and 0C. RGB value is (84,122,12). Sum of RGB (Red+Green+Blue) = 84+122+12=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 122 (48.05% from 255 or 55.96% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 122 - color contains mainly: green. Hex color #547A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547A0C is #AB85F3. Grayscale: #626262. Windows color (decimal): -11240948 or 817748. OLE color: 817748.
HSL color Cylindrical-coordinate representation of color #547A0C: hue angle of 80.73º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #547A0C is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 122 | 12 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.52 |
| HSL | 80.73º | 0.82% | 0.26% | - |
| HSV(B) | 80.73º | 0.9% | 0.48% | - |
| XYZ | 10.68 | 15.83 | 2.84 | - |
| YUV | 98.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 12 | 0.31 | 0 | 0.90 | 0.52 | 80.73 | 0.82 | 0.26 |
| Hex | 54 | 7A | C | 1F | 0 | 5A | 34 | 51 | 52 | 1A |
| Octal | 124 | 172 | 14 | 37 | 0 | 132 | 64 | 121 | 122 | 32 |
| Binary | 1010100 | 1111010 | 1100 | 11111 | 0 | 1011010 | 110100 | 1010001 | 1010010 | 11010 |
Color Harmonies of #547A0C
Complementary color
Monochromatic Colors of #547A0C
Black with #547A0C
Text Example
Text Example
White with #547A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547A0C; }
p { color: rgb(84,122,12); }
H1.HeaderClassName
{
color: #547A0C;
}
.AnyTagClassName
{
color: #547A0C;
}
</style>
background-color css
<style>
a { background-color: #547A0C; }
a { background-color: rgb(84,122,12); }
div.DivClassName
{
background-color: #547A0C;
}
.BgClassName
{
background-color: #547A0C;
}
</style>
border-color css
<style>
span { border-color: #547A0C; }
span { border-color: rgb(84,122,12); }
td.TdClassName
{
border-color: #547A0C;
}
.TagClassName
{
border-color: #547A0C;
}
</style>