Shades of Fiji Green #577C0E
Tints of Fiji Green #577C0E
RGB
CMYK
RGB Variations
Color information
#577C0E (or 0x577C0E) is known color: Fiji Green. HEX triplet: 57, 7C and 0E. RGB value is (87,124,14). Sum of RGB (Red+Green+Blue) = 87+124+14=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #577C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #577C0E is #A883F1. Grayscale: #646464. Windows color (decimal): -11043826 or 949335. OLE color: 949335.
HSL color Cylindrical-coordinate representation of color #577C0E: hue angle of 80.18º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #577C0E is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 124 | 14 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.51 |
| HSL | 80.18º | 0.8% | 0.27% | - |
| HSV(B) | 80.18º | 0.89% | 0.49% | - |
| XYZ | 11.22 | 16.47 | 3 | - |
| YUV | 100.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 14 | 0.30 | 0 | 0.89 | 0.51 | 80.18 | 0.8 | 0.27 |
| Hex | 57 | 7C | E | 1E | 0 | 59 | 33 | 50 | 50 | 1B |
| Octal | 127 | 174 | 16 | 36 | 0 | 131 | 63 | 120 | 120 | 33 |
| Binary | 1010111 | 1111100 | 1110 | 11110 | 0 | 1011001 | 110011 | 1010000 | 1010000 | 11011 |
Color Harmonies of #577C0E
Complementary color
Monochromatic Colors of #577C0E
Black with #577C0E
Text Example
Text Example
White with #577C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577C0E; }
p { color: rgb(87,124,14); }
H1.HeaderClassName
{
color: #577C0E;
}
.AnyTagClassName
{
color: #577C0E;
}
</style>
background-color css
<style>
a { background-color: #577C0E; }
a { background-color: rgb(87,124,14); }
div.DivClassName
{
background-color: #577C0E;
}
.BgClassName
{
background-color: #577C0E;
}
</style>
border-color css
<style>
span { border-color: #577C0E; }
span { border-color: rgb(87,124,14); }
td.TdClassName
{
border-color: #577C0E;
}
.TagClassName
{
border-color: #577C0E;
}
</style>