Shades of Fiji Green #557F0A
Tints of Fiji Green #557F0A
RGB
CMYK
RGB Variations
Color information
#557F0A (or 0x557F0A) is known color: Fiji Green. HEX triplet: 55, 7F and 0A. RGB value is (85,127,10). Sum of RGB (Red+Green+Blue) = 85+127+10=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 127 (50% from 255 or 57.21% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 127 - color contains mainly: green. Hex color #557F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557F0A is #AA80F5. Grayscale: #656565. Windows color (decimal): -11174134 or 687957. OLE color: 687957.
HSL color Cylindrical-coordinate representation of color #557F0A: hue angle of 81.54º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #557F0A is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 127 | 10 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.50 |
| HSL | 81.54º | 0.85% | 0.27% | - |
| HSV(B) | 81.54º | 0.92% | 0.5% | - |
| XYZ | 11.39 | 17.13 | 2.99 | - |
| YUV | 101.1 | 76.59 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 10 | 0.33 | 0 | 0.92 | 0.50 | 81.54 | 0.85 | 0.27 |
| Hex | 55 | 7F | A | 21 | 0 | 5C | 32 | 52 | 55 | 1B |
| Octal | 125 | 177 | 12 | 41 | 0 | 134 | 62 | 122 | 125 | 33 |
| Binary | 1010101 | 1111111 | 1010 | 100001 | 0 | 1011100 | 110010 | 1010010 | 1010101 | 11011 |
Color Harmonies of #557F0A
Complementary color
Monochromatic Colors of #557F0A
Black with #557F0A
Text Example
Text Example
White with #557F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557F0A; }
p { color: rgb(85,127,10); }
H1.HeaderClassName
{
color: #557F0A;
}
.AnyTagClassName
{
color: #557F0A;
}
</style>
background-color css
<style>
a { background-color: #557F0A; }
a { background-color: rgb(85,127,10); }
div.DivClassName
{
background-color: #557F0A;
}
.BgClassName
{
background-color: #557F0A;
}
</style>
border-color css
<style>
span { border-color: #557F0A; }
span { border-color: rgb(85,127,10); }
td.TdClassName
{
border-color: #557F0A;
}
.TagClassName
{
border-color: #557F0A;
}
</style>