Shades of Fiji Green #57681A
Tints of Fiji Green #57681A
RGB
CMYK
RGB Variations
Color information
#57681A (or 0x57681A) is known color: Fiji Green. HEX triplet: 57, 68 and 1A. RGB value is (87,104,26). Sum of RGB (Red+Green+Blue) = 87+104+26=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #57681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57681A is #A897E5. Grayscale: #5A5A5A. Windows color (decimal): -11048934 or 1730647. OLE color: 1730647.
HSL color Cylindrical-coordinate representation of color #57681A: hue angle of 73.08º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57681A is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 104 | 26 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.59 |
| HSL | 73.08º | 0.6% | 0.25% | - |
| HSV(B) | 73.08º | 0.75% | 0.41% | - |
| XYZ | 9.07 | 12 | 2.82 | - |
| YUV | 90.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 26 | 0.16 | 0 | 0.75 | 0.59 | 73.08 | 0.6 | 0.25 |
| Hex | 57 | 68 | 1A | 10 | 0 | 4B | 3B | 49 | 3C | 19 |
| Octal | 127 | 150 | 32 | 20 | 0 | 113 | 73 | 111 | 74 | 31 |
| Binary | 1010111 | 1101000 | 11010 | 10000 | 0 | 1001011 | 111011 | 1001001 | 111100 | 11001 |
Color Harmonies of #57681A
Complementary color
Monochromatic Colors of #57681A
Black with #57681A
Text Example
Text Example
White with #57681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57681A; }
p { color: rgb(87,104,26); }
H1.HeaderClassName
{
color: #57681A;
}
.AnyTagClassName
{
color: #57681A;
}
</style>
background-color css
<style>
a { background-color: #57681A; }
a { background-color: rgb(87,104,26); }
div.DivClassName
{
background-color: #57681A;
}
.BgClassName
{
background-color: #57681A;
}
</style>
border-color css
<style>
span { border-color: #57681A; }
span { border-color: rgb(87,104,26); }
td.TdClassName
{
border-color: #57681A;
}
.TagClassName
{
border-color: #57681A;
}
</style>