Shades of Fiji Green #546E0F
Tints of Fiji Green #546E0F
RGB
CMYK
RGB Variations
Color information
#546E0F (or 0x546E0F) is known color: Fiji Green. HEX triplet: 54, 6E and 0F. RGB value is (84,110,15). Sum of RGB (Red+Green+Blue) = 84+110+15=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 110 (43.36% from 255 or 52.63% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 110 - color contains mainly: green. Hex color #546E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546E0F is #AB91F0. Grayscale: #5B5B5B. Windows color (decimal): -11244017 or 1011284. OLE color: 1011284.
HSL color Cylindrical-coordinate representation of color #546E0F: hue angle of 76.42º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #546E0F is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 110 | 15 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.57 |
| HSL | 76.42º | 0.76% | 0.25% | - |
| HSV(B) | 76.42º | 0.86% | 0.43% | - |
| XYZ | 9.32 | 13.07 | 2.48 | - |
| YUV | 91.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 15 | 0.24 | 0 | 0.86 | 0.57 | 76.42 | 0.76 | 0.25 |
| Hex | 54 | 6E | F | 18 | 0 | 56 | 39 | 4C | 4C | 19 |
| Octal | 124 | 156 | 17 | 30 | 0 | 126 | 71 | 114 | 114 | 31 |
| Binary | 1010100 | 1101110 | 1111 | 11000 | 0 | 1010110 | 111001 | 1001100 | 1001100 | 11001 |
Color Harmonies of #546E0F
Complementary color
Monochromatic Colors of #546E0F
Black with #546E0F
Text Example
Text Example
White with #546E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E0F; }
p { color: rgb(84,110,15); }
H1.HeaderClassName
{
color: #546E0F;
}
.AnyTagClassName
{
color: #546E0F;
}
</style>
background-color css
<style>
a { background-color: #546E0F; }
a { background-color: rgb(84,110,15); }
div.DivClassName
{
background-color: #546E0F;
}
.BgClassName
{
background-color: #546E0F;
}
</style>
border-color css
<style>
span { border-color: #546E0F; }
span { border-color: rgb(84,110,15); }
td.TdClassName
{
border-color: #546E0F;
}
.TagClassName
{
border-color: #546E0F;
}
</style>