Shades of Fiji Green #577A0C
Tints of Fiji Green #577A0C
RGB
CMYK
RGB Variations
Color information
#577A0C (or 0x577A0C) is known color: Fiji Green. HEX triplet: 57, 7A and 0C. RGB value is (87,122,12). Sum of RGB (Red+Green+Blue) = 87+122+12=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 122 (48.05% from 255 or 55.20% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 122 - color contains mainly: green. Hex color #577A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #577A0C is #A885F3. Grayscale: #636363. Windows color (decimal): -11044340 or 817751. OLE color: 817751.
HSL color Cylindrical-coordinate representation of color #577A0C: hue angle of 79.09º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #577A0C is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 122 | 12 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.52 |
| HSL | 79.09º | 0.82% | 0.26% | - |
| HSV(B) | 79.09º | 0.9% | 0.48% | - |
| XYZ | 10.96 | 15.97 | 2.85 | - |
| YUV | 99 | 78.9 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 12 | 0.29 | 0 | 0.90 | 0.52 | 79.09 | 0.82 | 0.26 |
| Hex | 57 | 7A | C | 1D | 0 | 5A | 34 | 4F | 52 | 1A |
| Octal | 127 | 172 | 14 | 35 | 0 | 132 | 64 | 117 | 122 | 32 |
| Binary | 1010111 | 1111010 | 1100 | 11101 | 0 | 1011010 | 110100 | 1001111 | 1010010 | 11010 |
Color Harmonies of #577A0C
Complementary color
Monochromatic Colors of #577A0C
Black with #577A0C
Text Example
Text Example
White with #577A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577A0C; }
p { color: rgb(87,122,12); }
H1.HeaderClassName
{
color: #577A0C;
}
.AnyTagClassName
{
color: #577A0C;
}
</style>
background-color css
<style>
a { background-color: #577A0C; }
a { background-color: rgb(87,122,12); }
div.DivClassName
{
background-color: #577A0C;
}
.BgClassName
{
background-color: #577A0C;
}
</style>
border-color css
<style>
span { border-color: #577A0C; }
span { border-color: rgb(87,122,12); }
td.TdClassName
{
border-color: #577A0C;
}
.TagClassName
{
border-color: #577A0C;
}
</style>