Shades of Fiji Green #5B761B
Tints of Fiji Green #5B761B
RGB
CMYK
RGB Variations
Color information
#5B761B (or 0x5B761B) is known color: Fiji Green. HEX triplet: 5B, 76 and 1B. RGB value is (91,118,27). Sum of RGB (Red+Green+Blue) = 91+118+27=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #5B761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B761B is #A489E4. Grayscale: #636363. Windows color (decimal): -10783205 or 1799771. OLE color: 1799771.
HSL color Cylindrical-coordinate representation of color #5B761B: hue angle of 77.8º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B761B is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 118 | 27 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.54 |
| HSL | 77.8º | 0.63% | 0.28% | - |
| HSV(B) | 77.8º | 0.77% | 0.46% | - |
| XYZ | 10.99 | 15.26 | 3.4 | - |
| YUV | 99.55 | 87.05 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 27 | 0.23 | 0 | 0.77 | 0.54 | 77.8 | 0.63 | 0.28 |
| Hex | 5B | 76 | 1B | 17 | 0 | 4D | 36 | 4E | 3F | 1C |
| Octal | 133 | 166 | 33 | 27 | 0 | 115 | 66 | 116 | 77 | 34 |
| Binary | 1011011 | 1110110 | 11011 | 10111 | 0 | 1001101 | 110110 | 1001110 | 111111 | 11100 |
Color Harmonies of #5B761B
Complementary color
Monochromatic Colors of #5B761B
Black with #5B761B
Text Example
Text Example
White with #5B761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B761B; }
p { color: rgb(91,118,27); }
H1.HeaderClassName
{
color: #5B761B;
}
.AnyTagClassName
{
color: #5B761B;
}
</style>
background-color css
<style>
a { background-color: #5B761B; }
a { background-color: rgb(91,118,27); }
div.DivClassName
{
background-color: #5B761B;
}
.BgClassName
{
background-color: #5B761B;
}
</style>
border-color css
<style>
span { border-color: #5B761B; }
span { border-color: rgb(91,118,27); }
td.TdClassName
{
border-color: #5B761B;
}
.TagClassName
{
border-color: #5B761B;
}
</style>