Shades of Fiji Green #55730B
Tints of Fiji Green #55730B
RGB
CMYK
RGB Variations
Color information
#55730B (or 0x55730B) is known color: Fiji Green. HEX triplet: 55, 73 and 0B. RGB value is (85,115,11). Sum of RGB (Red+Green+Blue) = 85+115+11=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #55730B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55730B is #AA8CF4. Grayscale: #5E5E5E. Windows color (decimal): -11177205 or 750421. OLE color: 750421.
HSL color Cylindrical-coordinate representation of color #55730B: hue angle of 77.31º degrees, saturation: 0.83, 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 #55730B is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 11 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.55 |
| HSL | 77.31º | 0.83% | 0.25% | - |
| HSV(B) | 77.31º | 0.9% | 0.45% | - |
| XYZ | 9.94 | 14.22 | 2.54 | - |
| YUV | 94.17 | 81.06 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 11 | 0.26 | 0 | 0.90 | 0.55 | 77.31 | 0.83 | 0.25 |
| Hex | 55 | 73 | B | 1A | 0 | 5A | 37 | 4D | 53 | 19 |
| Octal | 125 | 163 | 13 | 32 | 0 | 132 | 67 | 115 | 123 | 31 |
| Binary | 1010101 | 1110011 | 1011 | 11010 | 0 | 1011010 | 110111 | 1001101 | 1010011 | 11001 |
Color Harmonies of #55730B
Complementary color
Monochromatic Colors of #55730B
Black with #55730B
Text Example
Text Example
White with #55730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55730B; }
p { color: rgb(85,115,11); }
H1.HeaderClassName
{
color: #55730B;
}
.AnyTagClassName
{
color: #55730B;
}
</style>
background-color css
<style>
a { background-color: #55730B; }
a { background-color: rgb(85,115,11); }
div.DivClassName
{
background-color: #55730B;
}
.BgClassName
{
background-color: #55730B;
}
</style>
border-color css
<style>
span { border-color: #55730B; }
span { border-color: rgb(85,115,11); }
td.TdClassName
{
border-color: #55730B;
}
.TagClassName
{
border-color: #55730B;
}
</style>