Shades of Fiji Green #55740B
Tints of Fiji Green #55740B
RGB
CMYK
RGB Variations
Color information
#55740B (or 0x55740B) is known color: Fiji Green. HEX triplet: 55, 74 and 0B. RGB value is (85,116,11). Sum of RGB (Red+Green+Blue) = 85+116+11=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #55740B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55740B is #AA8BF4. Grayscale: #5F5F5F. Windows color (decimal): -11176949 or 750677. OLE color: 750677.
HSL color Cylindrical-coordinate representation of color #55740B: hue angle of 77.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55740B is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 116 | 11 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.55 |
| HSL | 77.71º | 0.83% | 0.25% | - |
| HSV(B) | 77.71º | 0.91% | 0.45% | - |
| XYZ | 10.05 | 14.45 | 2.58 | - |
| YUV | 94.76 | 80.73 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 11 | 0.27 | 0 | 0.91 | 0.55 | 77.71 | 0.83 | 0.25 |
| Hex | 55 | 74 | B | 1B | 0 | 5B | 37 | 4E | 53 | 19 |
| Octal | 125 | 164 | 13 | 33 | 0 | 133 | 67 | 116 | 123 | 31 |
| Binary | 1010101 | 1110100 | 1011 | 11011 | 0 | 1011011 | 110111 | 1001110 | 1010011 | 11001 |
Color Harmonies of #55740B
Complementary color
Monochromatic Colors of #55740B
Black with #55740B
Text Example
Text Example
White with #55740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55740B; }
p { color: rgb(85,116,11); }
H1.HeaderClassName
{
color: #55740B;
}
.AnyTagClassName
{
color: #55740B;
}
</style>
background-color css
<style>
a { background-color: #55740B; }
a { background-color: rgb(85,116,11); }
div.DivClassName
{
background-color: #55740B;
}
.BgClassName
{
background-color: #55740B;
}
</style>
border-color css
<style>
span { border-color: #55740B; }
span { border-color: rgb(85,116,11); }
td.TdClassName
{
border-color: #55740B;
}
.TagClassName
{
border-color: #55740B;
}
</style>