Shades of Fiji Green #55720F
Tints of Fiji Green #55720F
RGB
CMYK
RGB Variations
Color information
#55720F (or 0x55720F) is known color: Fiji Green. HEX triplet: 55, 72 and 0F. RGB value is (85,114,15). Sum of RGB (Red+Green+Blue) = 85+114+15=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #55720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55720F is #AA8DF0. Grayscale: #5E5E5E. Windows color (decimal): -11177457 or 1012309. OLE color: 1012309.
HSL color Cylindrical-coordinate representation of color #55720F: hue angle of 77.58º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55720F is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 15 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.55 |
| HSL | 77.58º | 0.77% | 0.25% | - |
| HSV(B) | 77.58º | 0.87% | 0.45% | - |
| XYZ | 9.85 | 14 | 2.64 | - |
| YUV | 94.04 | 83.39 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 15 | 0.25 | 0 | 0.87 | 0.55 | 77.58 | 0.77 | 0.25 |
| Hex | 55 | 72 | F | 19 | 0 | 57 | 37 | 4E | 4D | 19 |
| Octal | 125 | 162 | 17 | 31 | 0 | 127 | 67 | 116 | 115 | 31 |
| Binary | 1010101 | 1110010 | 1111 | 11001 | 0 | 1010111 | 110111 | 1001110 | 1001101 | 11001 |
Color Harmonies of #55720F
Complementary color
Monochromatic Colors of #55720F
Black with #55720F
Text Example
Text Example
White with #55720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55720F; }
p { color: rgb(85,114,15); }
H1.HeaderClassName
{
color: #55720F;
}
.AnyTagClassName
{
color: #55720F;
}
</style>
background-color css
<style>
a { background-color: #55720F; }
a { background-color: rgb(85,114,15); }
div.DivClassName
{
background-color: #55720F;
}
.BgClassName
{
background-color: #55720F;
}
</style>
border-color css
<style>
span { border-color: #55720F; }
span { border-color: rgb(85,114,15); }
td.TdClassName
{
border-color: #55720F;
}
.TagClassName
{
border-color: #55720F;
}
</style>