Shades of Fiji Green #5B770F
Tints of Fiji Green #5B770F
RGB
CMYK
RGB Variations
Color information
#5B770F (or 0x5B770F) is known color: Fiji Green. HEX triplet: 5B, 77 and 0F. RGB value is (91,119,15). Sum of RGB (Red+Green+Blue) = 91+119+15=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #5B770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B770F is #A488F0. Grayscale: #636363. Windows color (decimal): -10782961 or 1013595. OLE color: 1013595.
HSL color Cylindrical-coordinate representation of color #5B770F: hue angle of 76.15º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B770F is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 119 | 15 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.53 |
| HSL | 76.15º | 0.78% | 0.26% | - |
| HSV(B) | 76.15º | 0.87% | 0.47% | - |
| XYZ | 11 | 15.45 | 2.85 | - |
| YUV | 98.77 | 80.72 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 15 | 0.24 | 0 | 0.87 | 0.53 | 76.15 | 0.78 | 0.26 |
| Hex | 5B | 77 | F | 18 | 0 | 57 | 35 | 4C | 4E | 1A |
| Octal | 133 | 167 | 17 | 30 | 0 | 127 | 65 | 114 | 116 | 32 |
| Binary | 1011011 | 1110111 | 1111 | 11000 | 0 | 1010111 | 110101 | 1001100 | 1001110 | 11010 |
Color Harmonies of #5B770F
Complementary color
Monochromatic Colors of #5B770F
Black with #5B770F
Text Example
Text Example
White with #5B770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B770F; }
p { color: rgb(91,119,15); }
H1.HeaderClassName
{
color: #5B770F;
}
.AnyTagClassName
{
color: #5B770F;
}
</style>
background-color css
<style>
a { background-color: #5B770F; }
a { background-color: rgb(91,119,15); }
div.DivClassName
{
background-color: #5B770F;
}
.BgClassName
{
background-color: #5B770F;
}
</style>
border-color css
<style>
span { border-color: #5B770F; }
span { border-color: rgb(91,119,15); }
td.TdClassName
{
border-color: #5B770F;
}
.TagClassName
{
border-color: #5B770F;
}
</style>