Shades of Fiji Green #57730C
Tints of Fiji Green #57730C
RGB
CMYK
RGB Variations
Color information
#57730C (or 0x57730C) is known color: Fiji Green. HEX triplet: 57, 73 and 0C. RGB value is (87,115,12). Sum of RGB (Red+Green+Blue) = 87+115+12=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #57730C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57730C is #A88CF3. Grayscale: #5F5F5F. Windows color (decimal): -11046132 or 815959. OLE color: 815959.
HSL color Cylindrical-coordinate representation of color #57730C: hue angle of 76.31º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57730C is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 115 | 12 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.55 |
| HSL | 76.31º | 0.81% | 0.25% | - |
| HSV(B) | 76.31º | 0.9% | 0.45% | - |
| XYZ | 10.13 | 14.31 | 2.58 | - |
| YUV | 94.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 12 | 0.24 | 0 | 0.90 | 0.55 | 76.31 | 0.81 | 0.25 |
| Hex | 57 | 73 | C | 18 | 0 | 5A | 37 | 4C | 51 | 19 |
| Octal | 127 | 163 | 14 | 30 | 0 | 132 | 67 | 114 | 121 | 31 |
| Binary | 1010111 | 1110011 | 1100 | 11000 | 0 | 1011010 | 110111 | 1001100 | 1010001 | 11001 |
Color Harmonies of #57730C
Complementary color
Monochromatic Colors of #57730C
Black with #57730C
Text Example
Text Example
White with #57730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57730C; }
p { color: rgb(87,115,12); }
H1.HeaderClassName
{
color: #57730C;
}
.AnyTagClassName
{
color: #57730C;
}
</style>
background-color css
<style>
a { background-color: #57730C; }
a { background-color: rgb(87,115,12); }
div.DivClassName
{
background-color: #57730C;
}
.BgClassName
{
background-color: #57730C;
}
</style>
border-color css
<style>
span { border-color: #57730C; }
span { border-color: rgb(87,115,12); }
td.TdClassName
{
border-color: #57730C;
}
.TagClassName
{
border-color: #57730C;
}
</style>