Shades of Fiji Green #57780A
Tints of Fiji Green #57780A
RGB
CMYK
RGB Variations
Color information
#57780A (or 0x57780A) is known color: Fiji Green. HEX triplet: 57, 78 and 0A. RGB value is (87,120,10). Sum of RGB (Red+Green+Blue) = 87+120+10=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #57780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57780A is #A887F5. Grayscale: #616161. Windows color (decimal): -11044854 or 686167. OLE color: 686167.
HSL color Cylindrical-coordinate representation of color #57780A: hue angle of 78º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #57780A is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 120 | 10 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.53 |
| HSL | 78º | 0.85% | 0.25% | - |
| HSV(B) | 78º | 0.92% | 0.47% | - |
| XYZ | 10.7 | 15.48 | 2.71 | - |
| YUV | 97.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 10 | 0.28 | 0 | 0.92 | 0.53 | 78 | 0.85 | 0.25 |
| Hex | 57 | 78 | A | 1C | 0 | 5C | 35 | 4E | 55 | 19 |
| Octal | 127 | 170 | 12 | 34 | 0 | 134 | 65 | 116 | 125 | 31 |
| Binary | 1010111 | 1111000 | 1010 | 11100 | 0 | 1011100 | 110101 | 1001110 | 1010101 | 11001 |
Color Harmonies of #57780A
Complementary color
Monochromatic Colors of #57780A
Black with #57780A
Text Example
Text Example
White with #57780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57780A; }
p { color: rgb(87,120,10); }
H1.HeaderClassName
{
color: #57780A;
}
.AnyTagClassName
{
color: #57780A;
}
</style>
background-color css
<style>
a { background-color: #57780A; }
a { background-color: rgb(87,120,10); }
div.DivClassName
{
background-color: #57780A;
}
.BgClassName
{
background-color: #57780A;
}
</style>
border-color css
<style>
span { border-color: #57780A; }
span { border-color: rgb(87,120,10); }
td.TdClassName
{
border-color: #57780A;
}
.TagClassName
{
border-color: #57780A;
}
</style>