Shades of Fiji Green #57750D
Tints of Fiji Green #57750D
RGB
CMYK
RGB Variations
Color information
#57750D (or 0x57750D) is known color: Fiji Green. HEX triplet: 57, 75 and 0D. RGB value is (87,117,13). Sum of RGB (Red+Green+Blue) = 87+117+13=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #57750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57750D is #A88AF2. Grayscale: #606060. Windows color (decimal): -11045619 or 882007. OLE color: 882007.
HSL color Cylindrical-coordinate representation of color #57750D: hue angle of 77.31º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57750D is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 117 | 13 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.54 |
| HSL | 77.31º | 0.8% | 0.25% | - |
| HSV(B) | 77.31º | 0.89% | 0.46% | - |
| XYZ | 10.36 | 14.78 | 2.69 | - |
| YUV | 96.17 | 81.06 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 13 | 0.26 | 0 | 0.89 | 0.54 | 77.31 | 0.8 | 0.25 |
| Hex | 57 | 75 | D | 1A | 0 | 59 | 36 | 4D | 50 | 19 |
| Octal | 127 | 165 | 15 | 32 | 0 | 131 | 66 | 115 | 120 | 31 |
| Binary | 1010111 | 1110101 | 1101 | 11010 | 0 | 1011001 | 110110 | 1001101 | 1010000 | 11001 |
Color Harmonies of #57750D
Complementary color
Monochromatic Colors of #57750D
Black with #57750D
Text Example
Text Example
White with #57750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57750D; }
p { color: rgb(87,117,13); }
H1.HeaderClassName
{
color: #57750D;
}
.AnyTagClassName
{
color: #57750D;
}
</style>
background-color css
<style>
a { background-color: #57750D; }
a { background-color: rgb(87,117,13); }
div.DivClassName
{
background-color: #57750D;
}
.BgClassName
{
background-color: #57750D;
}
</style>
border-color css
<style>
span { border-color: #57750D; }
span { border-color: rgb(87,117,13); }
td.TdClassName
{
border-color: #57750D;
}
.TagClassName
{
border-color: #57750D;
}
</style>