Shades of Fiji Green #54691A
Tints of Fiji Green #54691A
RGB
CMYK
RGB Variations
Color information
#54691A (or 0x54691A) is known color: Fiji Green. HEX triplet: 54, 69 and 1A. RGB value is (84,105,26). Sum of RGB (Red+Green+Blue) = 84+105+26=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #54691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54691A is #AB96E5. Grayscale: #5A5A5A. Windows color (decimal): -11245286 or 1730900. OLE color: 1730900.
HSL color Cylindrical-coordinate representation of color #54691A: hue angle of 75.95º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54691A is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 105 | 26 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.59 |
| HSL | 75.95º | 0.6% | 0.26% | - |
| HSV(B) | 75.95º | 0.75% | 0.41% | - |
| XYZ | 8.89 | 12.06 | 2.84 | - |
| YUV | 89.72 | 92.04 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 26 | 0.20 | 0 | 0.75 | 0.59 | 75.95 | 0.6 | 0.26 |
| Hex | 54 | 69 | 1A | 14 | 0 | 4B | 3B | 4C | 3C | 1A |
| Octal | 124 | 151 | 32 | 24 | 0 | 113 | 73 | 114 | 74 | 32 |
| Binary | 1010100 | 1101001 | 11010 | 10100 | 0 | 1001011 | 111011 | 1001100 | 111100 | 11010 |
Color Harmonies of #54691A
Complementary color
Monochromatic Colors of #54691A
Black with #54691A
Text Example
Text Example
White with #54691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54691A; }
p { color: rgb(84,105,26); }
H1.HeaderClassName
{
color: #54691A;
}
.AnyTagClassName
{
color: #54691A;
}
</style>
background-color css
<style>
a { background-color: #54691A; }
a { background-color: rgb(84,105,26); }
div.DivClassName
{
background-color: #54691A;
}
.BgClassName
{
background-color: #54691A;
}
</style>
border-color css
<style>
span { border-color: #54691A; }
span { border-color: rgb(84,105,26); }
td.TdClassName
{
border-color: #54691A;
}
.TagClassName
{
border-color: #54691A;
}
</style>