Shades of Fiji Green #557C10
Tints of Fiji Green #557C10
RGB
CMYK
RGB Variations
Color information
#557C10 (or 0x557C10) is known color: Fiji Green. HEX triplet: 55, 7C and 10. RGB value is (85,124,16). Sum of RGB (Red+Green+Blue) = 85+124+16=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #557C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557C10 is #AA83EF. Grayscale: #646464. Windows color (decimal): -11174896 or 1080405. OLE color: 1080405.
HSL color Cylindrical-coordinate representation of color #557C10: hue angle of 81.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #557C10 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 124 | 16 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.51 |
| HSL | 81.67º | 0.77% | 0.27% | - |
| HSV(B) | 81.67º | 0.87% | 0.49% | - |
| XYZ | 11.05 | 16.38 | 3.07 | - |
| YUV | 100.03 | 80.58 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 16 | 0.31 | 0 | 0.87 | 0.51 | 81.67 | 0.77 | 0.27 |
| Hex | 55 | 7C | 10 | 1F | 0 | 57 | 33 | 52 | 4D | 1B |
| Octal | 125 | 174 | 20 | 37 | 0 | 127 | 63 | 122 | 115 | 33 |
| Binary | 1010101 | 1111100 | 10000 | 11111 | 0 | 1010111 | 110011 | 1010010 | 1001101 | 11011 |
Color Harmonies of #557C10
Complementary color
Monochromatic Colors of #557C10
Black with #557C10
Text Example
Text Example
White with #557C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557C10; }
p { color: rgb(85,124,16); }
H1.HeaderClassName
{
color: #557C10;
}
.AnyTagClassName
{
color: #557C10;
}
</style>
background-color css
<style>
a { background-color: #557C10; }
a { background-color: rgb(85,124,16); }
div.DivClassName
{
background-color: #557C10;
}
.BgClassName
{
background-color: #557C10;
}
</style>
border-color css
<style>
span { border-color: #557C10; }
span { border-color: rgb(85,124,16); }
td.TdClassName
{
border-color: #557C10;
}
.TagClassName
{
border-color: #557C10;
}
</style>