Shades of Fiji Green #55700D
Tints of Fiji Green #55700D
RGB
CMYK
RGB Variations
Color information
#55700D (or 0x55700D) is known color: Fiji Green. HEX triplet: 55, 70 and 0D. RGB value is (85,112,13). Sum of RGB (Red+Green+Blue) = 85+112+13=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #55700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55700D is #AA8FF2. Grayscale: #5D5D5D. Windows color (decimal): -11177971 or 880725. OLE color: 880725.
HSL color Cylindrical-coordinate representation of color #55700D: hue angle of 76.36º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55700D is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 13 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.56 |
| HSL | 76.36º | 0.79% | 0.25% | - |
| HSV(B) | 76.36º | 0.88% | 0.44% | - |
| XYZ | 9.61 | 13.55 | 2.49 | - |
| YUV | 92.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 13 | 0.24 | 0 | 0.88 | 0.56 | 76.36 | 0.79 | 0.25 |
| Hex | 55 | 70 | D | 18 | 0 | 58 | 38 | 4C | 4F | 19 |
| Octal | 125 | 160 | 15 | 30 | 0 | 130 | 70 | 114 | 117 | 31 |
| Binary | 1010101 | 1110000 | 1101 | 11000 | 0 | 1011000 | 111000 | 1001100 | 1001111 | 11001 |
Color Harmonies of #55700D
Complementary color
Monochromatic Colors of #55700D
Black with #55700D
Text Example
Text Example
White with #55700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55700D; }
p { color: rgb(85,112,13); }
H1.HeaderClassName
{
color: #55700D;
}
.AnyTagClassName
{
color: #55700D;
}
</style>
background-color css
<style>
a { background-color: #55700D; }
a { background-color: rgb(85,112,13); }
div.DivClassName
{
background-color: #55700D;
}
.BgClassName
{
background-color: #55700D;
}
</style>
border-color css
<style>
span { border-color: #55700D; }
span { border-color: rgb(85,112,13); }
td.TdClassName
{
border-color: #55700D;
}
.TagClassName
{
border-color: #55700D;
}
</style>