Shades of Fiji Green #55720B
Tints of Fiji Green #55720B
RGB
CMYK
RGB Variations
Color information
#55720B (or 0x55720B) is known color: Fiji Green. HEX triplet: 55, 72 and 0B. RGB value is (85,114,11). Sum of RGB (Red+Green+Blue) = 85+114+11=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #55720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55720B is #AA8DF4. Grayscale: #5D5D5D. Windows color (decimal): -11177461 or 750165. OLE color: 750165.
HSL color Cylindrical-coordinate representation of color #55720B: hue angle of 76.89º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55720B is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 11 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.55 |
| HSL | 76.89º | 0.82% | 0.25% | - |
| HSV(B) | 76.89º | 0.9% | 0.45% | - |
| XYZ | 9.82 | 13.99 | 2.5 | - |
| YUV | 93.59 | 81.39 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 11 | 0.25 | 0 | 0.90 | 0.55 | 76.89 | 0.82 | 0.25 |
| Hex | 55 | 72 | B | 19 | 0 | 5A | 37 | 4D | 52 | 19 |
| Octal | 125 | 162 | 13 | 31 | 0 | 132 | 67 | 115 | 122 | 31 |
| Binary | 1010101 | 1110010 | 1011 | 11001 | 0 | 1011010 | 110111 | 1001101 | 1010010 | 11001 |
Color Harmonies of #55720B
Complementary color
Monochromatic Colors of #55720B
Black with #55720B
Text Example
Text Example
White with #55720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55720B; }
p { color: rgb(85,114,11); }
H1.HeaderClassName
{
color: #55720B;
}
.AnyTagClassName
{
color: #55720B;
}
</style>
background-color css
<style>
a { background-color: #55720B; }
a { background-color: rgb(85,114,11); }
div.DivClassName
{
background-color: #55720B;
}
.BgClassName
{
background-color: #55720B;
}
</style>
border-color css
<style>
span { border-color: #55720B; }
span { border-color: rgb(85,114,11); }
td.TdClassName
{
border-color: #55720B;
}
.TagClassName
{
border-color: #55720B;
}
</style>