Shades of Fiji Green #577D10
Tints of Fiji Green #577D10
RGB
CMYK
RGB Variations
Color information
#577D10 (or 0x577D10) is known color: Fiji Green. HEX triplet: 57, 7D and 10. RGB value is (87,125,16). Sum of RGB (Red+Green+Blue) = 87+125+16=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 125 (49.22% from 255 or 54.82% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 125 - color contains mainly: green. Hex color #577D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #577D10 is #A882EF. Grayscale: #656565. Windows color (decimal): -11043568 or 1080663. OLE color: 1080663.
HSL color Cylindrical-coordinate representation of color #577D10: hue angle of 80.92º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #577D10 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 125 | 16 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.51 |
| HSL | 80.92º | 0.77% | 0.28% | - |
| HSV(B) | 80.92º | 0.87% | 0.49% | - |
| XYZ | 11.36 | 16.73 | 3.12 | - |
| YUV | 101.21 | 79.91 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 16 | 0.30 | 0 | 0.87 | 0.51 | 80.92 | 0.77 | 0.28 |
| Hex | 57 | 7D | 10 | 1E | 0 | 57 | 33 | 51 | 4D | 1C |
| Octal | 127 | 175 | 20 | 36 | 0 | 127 | 63 | 121 | 115 | 34 |
| Binary | 1010111 | 1111101 | 10000 | 11110 | 0 | 1010111 | 110011 | 1010001 | 1001101 | 11100 |
Color Harmonies of #577D10
Complementary color
Monochromatic Colors of #577D10
Black with #577D10
Text Example
Text Example
White with #577D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577D10; }
p { color: rgb(87,125,16); }
H1.HeaderClassName
{
color: #577D10;
}
.AnyTagClassName
{
color: #577D10;
}
</style>
background-color css
<style>
a { background-color: #577D10; }
a { background-color: rgb(87,125,16); }
div.DivClassName
{
background-color: #577D10;
}
.BgClassName
{
background-color: #577D10;
}
</style>
border-color css
<style>
span { border-color: #577D10; }
span { border-color: rgb(87,125,16); }
td.TdClassName
{
border-color: #577D10;
}
.TagClassName
{
border-color: #577D10;
}
</style>