Shades of Fiji Green #55770B
Tints of Fiji Green #55770B
RGB
CMYK
RGB Variations
Color information
#55770B (or 0x55770B) is known color: Fiji Green. HEX triplet: 55, 77 and 0B. RGB value is (85,119,11). Sum of RGB (Red+Green+Blue) = 85+119+11=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #55770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55770B is #AA88F4. Grayscale: #606060. Windows color (decimal): -11176181 or 751445. OLE color: 751445.
HSL color Cylindrical-coordinate representation of color #55770B: hue angle of 78.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55770B is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 119 | 11 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.53 |
| HSL | 78.89º | 0.83% | 0.25% | - |
| HSV(B) | 78.89º | 0.91% | 0.47% | - |
| XYZ | 10.4 | 15.15 | 2.69 | - |
| YUV | 96.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 11 | 0.29 | 0 | 0.91 | 0.53 | 78.89 | 0.83 | 0.25 |
| Hex | 55 | 77 | B | 1D | 0 | 5B | 35 | 4F | 53 | 19 |
| Octal | 125 | 167 | 13 | 35 | 0 | 133 | 65 | 117 | 123 | 31 |
| Binary | 1010101 | 1110111 | 1011 | 11101 | 0 | 1011011 | 110101 | 1001111 | 1010011 | 11001 |
Color Harmonies of #55770B
Complementary color
Monochromatic Colors of #55770B
Black with #55770B
Text Example
Text Example
White with #55770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55770B; }
p { color: rgb(85,119,11); }
H1.HeaderClassName
{
color: #55770B;
}
.AnyTagClassName
{
color: #55770B;
}
</style>
background-color css
<style>
a { background-color: #55770B; }
a { background-color: rgb(85,119,11); }
div.DivClassName
{
background-color: #55770B;
}
.BgClassName
{
background-color: #55770B;
}
</style>
border-color css
<style>
span { border-color: #55770B; }
span { border-color: rgb(85,119,11); }
td.TdClassName
{
border-color: #55770B;
}
.TagClassName
{
border-color: #55770B;
}
</style>