Shades of Fiji Green #55760F
Tints of Fiji Green #55760F
RGB
CMYK
RGB Variations
Color information
#55760F (or 0x55760F) is known color: Fiji Green. HEX triplet: 55, 76 and 0F. RGB value is (85,118,15). Sum of RGB (Red+Green+Blue) = 85+118+15=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #55760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55760F is #AA89F0. Grayscale: #606060. Windows color (decimal): -11176433 or 1013333. OLE color: 1013333.
HSL color Cylindrical-coordinate representation of color #55760F: hue angle of 79.22º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55760F is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 118 | 15 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.54 |
| HSL | 79.22º | 0.77% | 0.26% | - |
| HSV(B) | 79.22º | 0.87% | 0.46% | - |
| XYZ | 10.31 | 14.92 | 2.79 | - |
| YUV | 96.39 | 82.07 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 15 | 0.28 | 0 | 0.87 | 0.54 | 79.22 | 0.77 | 0.26 |
| Hex | 55 | 76 | F | 1C | 0 | 57 | 36 | 4F | 4D | 1A |
| Octal | 125 | 166 | 17 | 34 | 0 | 127 | 66 | 117 | 115 | 32 |
| Binary | 1010101 | 1110110 | 1111 | 11100 | 0 | 1010111 | 110110 | 1001111 | 1001101 | 11010 |
Color Harmonies of #55760F
Complementary color
Monochromatic Colors of #55760F
Black with #55760F
Text Example
Text Example
White with #55760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55760F; }
p { color: rgb(85,118,15); }
H1.HeaderClassName
{
color: #55760F;
}
.AnyTagClassName
{
color: #55760F;
}
</style>
background-color css
<style>
a { background-color: #55760F; }
a { background-color: rgb(85,118,15); }
div.DivClassName
{
background-color: #55760F;
}
.BgClassName
{
background-color: #55760F;
}
</style>
border-color css
<style>
span { border-color: #55760F; }
span { border-color: rgb(85,118,15); }
td.TdClassName
{
border-color: #55760F;
}
.TagClassName
{
border-color: #55760F;
}
</style>