Shades of Fiji Green #54681D
Tints of Fiji Green #54681D
RGB
CMYK
RGB Variations
Color information
#54681D (or 0x54681D) is known color: Fiji Green. HEX triplet: 54, 68 and 1D. RGB value is (84,104,29). Sum of RGB (Red+Green+Blue) = 84+104+29=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #54681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54681D is #AB97E2. Grayscale: #595959. Windows color (decimal): -11245539 or 1927252. OLE color: 1927252.
HSL color Cylindrical-coordinate representation of color #54681D: hue angle of 76º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54681D is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 104 | 29 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.59 |
| HSL | 76º | 0.56% | 0.26% | - |
| HSV(B) | 76º | 0.72% | 0.41% | - |
| XYZ | 8.83 | 11.87 | 2.99 | - |
| YUV | 89.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 29 | 0.19 | 0 | 0.72 | 0.59 | 76 | 0.56 | 0.26 |
| Hex | 54 | 68 | 1D | 13 | 0 | 48 | 3B | 4C | 38 | 1A |
| Octal | 124 | 150 | 35 | 23 | 0 | 110 | 73 | 114 | 70 | 32 |
| Binary | 1010100 | 1101000 | 11101 | 10011 | 0 | 1001000 | 111011 | 1001100 | 111000 | 11010 |
Color Harmonies of #54681D
Complementary color
Monochromatic Colors of #54681D
Black with #54681D
Text Example
Text Example
White with #54681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54681D; }
p { color: rgb(84,104,29); }
H1.HeaderClassName
{
color: #54681D;
}
.AnyTagClassName
{
color: #54681D;
}
</style>
background-color css
<style>
a { background-color: #54681D; }
a { background-color: rgb(84,104,29); }
div.DivClassName
{
background-color: #54681D;
}
.BgClassName
{
background-color: #54681D;
}
</style>
border-color css
<style>
span { border-color: #54681D; }
span { border-color: rgb(84,104,29); }
td.TdClassName
{
border-color: #54681D;
}
.TagClassName
{
border-color: #54681D;
}
</style>