Shades of Fiji Green #546C0B
Tints of Fiji Green #546C0B
RGB
CMYK
RGB Variations
Color information
#546C0B (or 0x546C0B) is known color: Fiji Green. HEX triplet: 54, 6C and 0B. RGB value is (84,108,11). Sum of RGB (Red+Green+Blue) = 84+108+11=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #546C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546C0B is #AB93F4. Grayscale: #5A5A5A. Windows color (decimal): -11244533 or 748628. OLE color: 748628.
HSL color Cylindrical-coordinate representation of color #546C0B: hue angle of 74.85º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #546C0B is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 108 | 11 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.58 |
| HSL | 74.85º | 0.82% | 0.23% | - |
| HSV(B) | 74.85º | 0.9% | 0.42% | - |
| XYZ | 9.08 | 12.63 | 2.28 | - |
| YUV | 89.77 | 83.55 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 11 | 0.22 | 0 | 0.90 | 0.58 | 74.85 | 0.82 | 0.23 |
| Hex | 54 | 6C | B | 16 | 0 | 5A | 3A | 4B | 52 | 17 |
| Octal | 124 | 154 | 13 | 26 | 0 | 132 | 72 | 113 | 122 | 27 |
| Binary | 1010100 | 1101100 | 1011 | 10110 | 0 | 1011010 | 111010 | 1001011 | 1010010 | 10111 |
Color Harmonies of #546C0B
Complementary color
Monochromatic Colors of #546C0B
Black with #546C0B
Text Example
Text Example
White with #546C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C0B; }
p { color: rgb(84,108,11); }
H1.HeaderClassName
{
color: #546C0B;
}
.AnyTagClassName
{
color: #546C0B;
}
</style>
background-color css
<style>
a { background-color: #546C0B; }
a { background-color: rgb(84,108,11); }
div.DivClassName
{
background-color: #546C0B;
}
.BgClassName
{
background-color: #546C0B;
}
</style>
border-color css
<style>
span { border-color: #546C0B; }
span { border-color: rgb(84,108,11); }
td.TdClassName
{
border-color: #546C0B;
}
.TagClassName
{
border-color: #546C0B;
}
</style>