Shades of Fiji Green #546F0C
Tints of Fiji Green #546F0C
RGB
CMYK
RGB Variations
Color information
#546F0C (or 0x546F0C) is known color: Fiji Green. HEX triplet: 54, 6F and 0C. RGB value is (84,111,12). Sum of RGB (Red+Green+Blue) = 84+111+12=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #546F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546F0C is #AB90F3. Grayscale: #5C5C5C. Windows color (decimal): -11243764 or 814932. OLE color: 814932.
HSL color Cylindrical-coordinate representation of color #546F0C: hue angle of 76.36º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #546F0C is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 111 | 12 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.56 |
| HSL | 76.36º | 0.8% | 0.24% | - |
| HSV(B) | 76.36º | 0.89% | 0.44% | - |
| XYZ | 9.41 | 13.28 | 2.42 | - |
| YUV | 91.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 12 | 0.24 | 0 | 0.89 | 0.56 | 76.36 | 0.8 | 0.24 |
| Hex | 54 | 6F | C | 18 | 0 | 59 | 38 | 4C | 50 | 18 |
| Octal | 124 | 157 | 14 | 30 | 0 | 131 | 70 | 114 | 120 | 30 |
| Binary | 1010100 | 1101111 | 1100 | 11000 | 0 | 1011001 | 111000 | 1001100 | 1010000 | 11000 |
Color Harmonies of #546F0C
Complementary color
Monochromatic Colors of #546F0C
Black with #546F0C
Text Example
Text Example
White with #546F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546F0C; }
p { color: rgb(84,111,12); }
H1.HeaderClassName
{
color: #546F0C;
}
.AnyTagClassName
{
color: #546F0C;
}
</style>
background-color css
<style>
a { background-color: #546F0C; }
a { background-color: rgb(84,111,12); }
div.DivClassName
{
background-color: #546F0C;
}
.BgClassName
{
background-color: #546F0C;
}
</style>
border-color css
<style>
span { border-color: #546F0C; }
span { border-color: rgb(84,111,12); }
td.TdClassName
{
border-color: #546F0C;
}
.TagClassName
{
border-color: #546F0C;
}
</style>