Shades of Fiji Green #557D0B
Tints of Fiji Green #557D0B
RGB
CMYK
RGB Variations
Color information
#557D0B (or 0x557D0B) is known color: Fiji Green. HEX triplet: 55, 7D and 0B. RGB value is (85,125,11). Sum of RGB (Red+Green+Blue) = 85+125+11=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #557D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557D0B is #AA82F4. Grayscale: #646464. Windows color (decimal): -11174645 or 752981. OLE color: 752981.
HSL color Cylindrical-coordinate representation of color #557D0B: hue angle of 81.05º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #557D0B is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 125 | 11 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.51 |
| HSL | 81.05º | 0.84% | 0.27% | - |
| HSV(B) | 81.05º | 0.91% | 0.49% | - |
| XYZ | 11.14 | 16.62 | 2.94 | - |
| YUV | 100.04 | 77.75 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 11 | 0.32 | 0 | 0.91 | 0.51 | 81.05 | 0.84 | 0.27 |
| Hex | 55 | 7D | B | 20 | 0 | 5B | 33 | 51 | 54 | 1B |
| Octal | 125 | 175 | 13 | 40 | 0 | 133 | 63 | 121 | 124 | 33 |
| Binary | 1010101 | 1111101 | 1011 | 100000 | 0 | 1011011 | 110011 | 1010001 | 1010100 | 11011 |
Color Harmonies of #557D0B
Complementary color
Monochromatic Colors of #557D0B
Black with #557D0B
Text Example
Text Example
White with #557D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557D0B; }
p { color: rgb(85,125,11); }
H1.HeaderClassName
{
color: #557D0B;
}
.AnyTagClassName
{
color: #557D0B;
}
</style>
background-color css
<style>
a { background-color: #557D0B; }
a { background-color: rgb(85,125,11); }
div.DivClassName
{
background-color: #557D0B;
}
.BgClassName
{
background-color: #557D0B;
}
</style>
border-color css
<style>
span { border-color: #557D0B; }
span { border-color: rgb(85,125,11); }
td.TdClassName
{
border-color: #557D0B;
}
.TagClassName
{
border-color: #557D0B;
}
</style>