Shades of Fiji Green #55701A
Tints of Fiji Green #55701A
RGB
CMYK
RGB Variations
Color information
#55701A (or 0x55701A) is known color: Fiji Green. HEX triplet: 55, 70 and 1A. RGB value is (85,112,26). Sum of RGB (Red+Green+Blue) = 85+112+26=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #55701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55701A is #AA8FE5. Grayscale: #5E5E5E. Windows color (decimal): -11177958 or 1732693. OLE color: 1732693.
HSL color Cylindrical-coordinate representation of color #55701A: hue angle of 78.84º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55701A is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 26 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.56 |
| HSL | 78.84º | 0.62% | 0.27% | - |
| HSV(B) | 78.84º | 0.77% | 0.44% | - |
| XYZ | 9.73 | 13.59 | 3.09 | - |
| YUV | 94.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 26 | 0.24 | 0 | 0.77 | 0.56 | 78.84 | 0.62 | 0.27 |
| Hex | 55 | 70 | 1A | 18 | 0 | 4D | 38 | 4F | 3E | 1B |
| Octal | 125 | 160 | 32 | 30 | 0 | 115 | 70 | 117 | 76 | 33 |
| Binary | 1010101 | 1110000 | 11010 | 11000 | 0 | 1001101 | 111000 | 1001111 | 111110 | 11011 |
Color Harmonies of #55701A
Complementary color
Monochromatic Colors of #55701A
Black with #55701A
Text Example
Text Example
White with #55701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55701A; }
p { color: rgb(85,112,26); }
H1.HeaderClassName
{
color: #55701A;
}
.AnyTagClassName
{
color: #55701A;
}
</style>
background-color css
<style>
a { background-color: #55701A; }
a { background-color: rgb(85,112,26); }
div.DivClassName
{
background-color: #55701A;
}
.BgClassName
{
background-color: #55701A;
}
</style>
border-color css
<style>
span { border-color: #55701A; }
span { border-color: rgb(85,112,26); }
td.TdClassName
{
border-color: #55701A;
}
.TagClassName
{
border-color: #55701A;
}
</style>