Shades of Fiji Green #577A08
Tints of Fiji Green #577A08
RGB
CMYK
RGB Variations
Color information
#577A08 (or 0x577A08) is known color: Fiji Green. HEX triplet: 57, 7A and 08. RGB value is (87,122,8). Sum of RGB (Red+Green+Blue) = 87+122+8=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 122 (48.05% from 255 or 56.22% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 122 - color contains mainly: green. Hex color #577A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #577A08 is #A885F7. Grayscale: #626262. Windows color (decimal): -11044344 or 555607. OLE color: 555607.
HSL color Cylindrical-coordinate representation of color #577A08: hue angle of 78.42º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #577A08 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 122 | 8 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.52 |
| HSL | 78.42º | 0.88% | 0.25% | - |
| HSV(B) | 78.42º | 0.93% | 0.48% | - |
| XYZ | 10.93 | 15.96 | 2.73 | - |
| YUV | 98.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 8 | 0.29 | 0 | 0.93 | 0.52 | 78.42 | 0.88 | 0.25 |
| Hex | 57 | 7A | 8 | 1D | 0 | 5D | 34 | 4E | 58 | 19 |
| Octal | 127 | 172 | 10 | 35 | 0 | 135 | 64 | 116 | 130 | 31 |
| Binary | 1010111 | 1111010 | 1000 | 11101 | 0 | 1011101 | 110100 | 1001110 | 1011000 | 11001 |
Color Harmonies of #577A08
Complementary color
Monochromatic Colors of #577A08
Black with #577A08
Text Example
Text Example
White with #577A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577A08; }
p { color: rgb(87,122,8); }
H1.HeaderClassName
{
color: #577A08;
}
.AnyTagClassName
{
color: #577A08;
}
</style>
background-color css
<style>
a { background-color: #577A08; }
a { background-color: rgb(87,122,8); }
div.DivClassName
{
background-color: #577A08;
}
.BgClassName
{
background-color: #577A08;
}
</style>
border-color css
<style>
span { border-color: #577A08; }
span { border-color: rgb(87,122,8); }
td.TdClassName
{
border-color: #577A08;
}
.TagClassName
{
border-color: #577A08;
}
</style>