Shades of Fiji Green #577C0F
Tints of Fiji Green #577C0F
RGB
CMYK
RGB Variations
Color information
#577C0F (or 0x577C0F) is known color: Fiji Green. HEX triplet: 57, 7C and 0F. RGB value is (87,124,15). Sum of RGB (Red+Green+Blue) = 87+124+15=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #577C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #577C0F is #A883F0. Grayscale: #646464. Windows color (decimal): -11043825 or 1014871. OLE color: 1014871.
HSL color Cylindrical-coordinate representation of color #577C0F: hue angle of 80.37º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #577C0F is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 124 | 15 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.51 |
| HSL | 80.37º | 0.78% | 0.27% | - |
| HSV(B) | 80.37º | 0.88% | 0.49% | - |
| XYZ | 11.22 | 16.48 | 3.04 | - |
| YUV | 100.51 | 79.74 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 15 | 0.30 | 0 | 0.88 | 0.51 | 80.37 | 0.78 | 0.27 |
| Hex | 57 | 7C | F | 1E | 0 | 58 | 33 | 50 | 4E | 1B |
| Octal | 127 | 174 | 17 | 36 | 0 | 130 | 63 | 120 | 116 | 33 |
| Binary | 1010111 | 1111100 | 1111 | 11110 | 0 | 1011000 | 110011 | 1010000 | 1001110 | 11011 |
Color Harmonies of #577C0F
Complementary color
Monochromatic Colors of #577C0F
Black with #577C0F
Text Example
Text Example
White with #577C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577C0F; }
p { color: rgb(87,124,15); }
H1.HeaderClassName
{
color: #577C0F;
}
.AnyTagClassName
{
color: #577C0F;
}
</style>
background-color css
<style>
a { background-color: #577C0F; }
a { background-color: rgb(87,124,15); }
div.DivClassName
{
background-color: #577C0F;
}
.BgClassName
{
background-color: #577C0F;
}
</style>
border-color css
<style>
span { border-color: #577C0F; }
span { border-color: rgb(87,124,15); }
td.TdClassName
{
border-color: #577C0F;
}
.TagClassName
{
border-color: #577C0F;
}
</style>