Shades of Fiji Green #57780D
Tints of Fiji Green #57780D
RGB
CMYK
RGB Variations
Color information
#57780D (or 0x57780D) is known color: Fiji Green. HEX triplet: 57, 78 and 0D. RGB value is (87,120,13). Sum of RGB (Red+Green+Blue) = 87+120+13=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #57780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57780D is #A887F2. Grayscale: #626262. Windows color (decimal): -11044851 or 882775. OLE color: 882775.
HSL color Cylindrical-coordinate representation of color #57780D: hue angle of 78.5º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57780D is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 120 | 13 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.53 |
| HSL | 78.5º | 0.8% | 0.26% | - |
| HSV(B) | 78.5º | 0.89% | 0.47% | - |
| XYZ | 10.72 | 15.49 | 2.81 | - |
| YUV | 97.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 13 | 0.28 | 0 | 0.89 | 0.53 | 78.5 | 0.8 | 0.26 |
| Hex | 57 | 78 | D | 1C | 0 | 59 | 35 | 4F | 50 | 1A |
| Octal | 127 | 170 | 15 | 34 | 0 | 131 | 65 | 117 | 120 | 32 |
| Binary | 1010111 | 1111000 | 1101 | 11100 | 0 | 1011001 | 110101 | 1001111 | 1010000 | 11010 |
Color Harmonies of #57780D
Complementary color
Monochromatic Colors of #57780D
Black with #57780D
Text Example
Text Example
White with #57780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57780D; }
p { color: rgb(87,120,13); }
H1.HeaderClassName
{
color: #57780D;
}
.AnyTagClassName
{
color: #57780D;
}
</style>
background-color css
<style>
a { background-color: #57780D; }
a { background-color: rgb(87,120,13); }
div.DivClassName
{
background-color: #57780D;
}
.BgClassName
{
background-color: #57780D;
}
</style>
border-color css
<style>
span { border-color: #57780D; }
span { border-color: rgb(87,120,13); }
td.TdClassName
{
border-color: #57780D;
}
.TagClassName
{
border-color: #57780D;
}
</style>