Shades of Fiji Green #557808
Tints of Fiji Green #557808
RGB
CMYK
RGB Variations
Color information
#557808 (or 0x557808) is known color: Fiji Green. HEX triplet: 55, 78 and 08. RGB value is (85,120,8). Sum of RGB (Red+Green+Blue) = 85+120+8=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #557808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557808 is #AA87F7. Grayscale: #616161. Windows color (decimal): -11175928 or 555093. OLE color: 555093.
HSL color Cylindrical-coordinate representation of color #557808: hue angle of 78.75º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #557808 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 120 | 8 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.53 |
| HSL | 78.75º | 0.88% | 0.25% | - |
| HSV(B) | 78.75º | 0.93% | 0.47% | - |
| XYZ | 10.51 | 15.38 | 2.64 | - |
| YUV | 96.77 | 77.9 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 8 | 0.29 | 0 | 0.93 | 0.53 | 78.75 | 0.88 | 0.25 |
| Hex | 55 | 78 | 8 | 1D | 0 | 5D | 35 | 4F | 58 | 19 |
| Octal | 125 | 170 | 10 | 35 | 0 | 135 | 65 | 117 | 130 | 31 |
| Binary | 1010101 | 1111000 | 1000 | 11101 | 0 | 1011101 | 110101 | 1001111 | 1011000 | 11001 |
Color Harmonies of #557808
Complementary color
Monochromatic Colors of #557808
Black with #557808
Text Example
Text Example
White with #557808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557808; }
p { color: rgb(85,120,8); }
H1.HeaderClassName
{
color: #557808;
}
.AnyTagClassName
{
color: #557808;
}
</style>
background-color css
<style>
a { background-color: #557808; }
a { background-color: rgb(85,120,8); }
div.DivClassName
{
background-color: #557808;
}
.BgClassName
{
background-color: #557808;
}
</style>
border-color css
<style>
span { border-color: #557808; }
span { border-color: rgb(85,120,8); }
td.TdClassName
{
border-color: #557808;
}
.TagClassName
{
border-color: #557808;
}
</style>