Shades of Fiji Green #57760F
Tints of Fiji Green #57760F
RGB
CMYK
RGB Variations
Color information
#57760F (or 0x57760F) is known color: Fiji Green. HEX triplet: 57, 76 and 0F. RGB value is (87,118,15). Sum of RGB (Red+Green+Blue) = 87+118+15=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #57760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57760F is #A889F0. Grayscale: #616161. Windows color (decimal): -11045361 or 1013335. OLE color: 1013335.
HSL color Cylindrical-coordinate representation of color #57760F: hue angle of 78.06º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #57760F is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 118 | 15 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.54 |
| HSL | 78.06º | 0.77% | 0.26% | - |
| HSV(B) | 78.06º | 0.87% | 0.46% | - |
| XYZ | 10.5 | 15.02 | 2.8 | - |
| YUV | 96.99 | 81.73 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 118 | 15 | 0.26 | 0 | 0.87 | 0.54 | 78.06 | 0.77 | 0.26 |
| Hex | 57 | 76 | F | 1A | 0 | 57 | 36 | 4E | 4D | 1A |
| Octal | 127 | 166 | 17 | 32 | 0 | 127 | 66 | 116 | 115 | 32 |
| Binary | 1010111 | 1110110 | 1111 | 11010 | 0 | 1010111 | 110110 | 1001110 | 1001101 | 11010 |
Color Harmonies of #57760F
Complementary color
Monochromatic Colors of #57760F
Black with #57760F
Text Example
Text Example
White with #57760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57760F; }
p { color: rgb(87,118,15); }
H1.HeaderClassName
{
color: #57760F;
}
.AnyTagClassName
{
color: #57760F;
}
</style>
background-color css
<style>
a { background-color: #57760F; }
a { background-color: rgb(87,118,15); }
div.DivClassName
{
background-color: #57760F;
}
.BgClassName
{
background-color: #57760F;
}
</style>
border-color css
<style>
span { border-color: #57760F; }
span { border-color: rgb(87,118,15); }
td.TdClassName
{
border-color: #57760F;
}
.TagClassName
{
border-color: #57760F;
}
</style>