Shades of Fiji Green #55700C
Tints of Fiji Green #55700C
RGB
CMYK
RGB Variations
Color information
#55700C (or 0x55700C) is known color: Fiji Green. HEX triplet: 55, 70 and 0C. RGB value is (85,112,12). Sum of RGB (Red+Green+Blue) = 85+112+12=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #55700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55700C is #AA8FF3. Grayscale: #5C5C5C. Windows color (decimal): -11177972 or 815189. OLE color: 815189.
HSL color Cylindrical-coordinate representation of color #55700C: hue angle of 76.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55700C is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 12 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.56 |
| HSL | 76.2º | 0.81% | 0.24% | - |
| HSV(B) | 76.2º | 0.89% | 0.44% | - |
| XYZ | 9.61 | 13.55 | 2.46 | - |
| YUV | 92.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 12 | 0.24 | 0 | 0.89 | 0.56 | 76.2 | 0.81 | 0.24 |
| Hex | 55 | 70 | C | 18 | 0 | 59 | 38 | 4C | 51 | 18 |
| Octal | 125 | 160 | 14 | 30 | 0 | 131 | 70 | 114 | 121 | 30 |
| Binary | 1010101 | 1110000 | 1100 | 11000 | 0 | 1011001 | 111000 | 1001100 | 1010001 | 11000 |
Color Harmonies of #55700C
Complementary color
Monochromatic Colors of #55700C
Black with #55700C
Text Example
Text Example
White with #55700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55700C; }
p { color: rgb(85,112,12); }
H1.HeaderClassName
{
color: #55700C;
}
.AnyTagClassName
{
color: #55700C;
}
</style>
background-color css
<style>
a { background-color: #55700C; }
a { background-color: rgb(85,112,12); }
div.DivClassName
{
background-color: #55700C;
}
.BgClassName
{
background-color: #55700C;
}
</style>
border-color css
<style>
span { border-color: #55700C; }
span { border-color: rgb(85,112,12); }
td.TdClassName
{
border-color: #55700C;
}
.TagClassName
{
border-color: #55700C;
}
</style>