Shades of Fiji Green #5B770E
Tints of Fiji Green #5B770E
RGB
CMYK
RGB Variations
Color information
#5B770E (or 0x5B770E) is known color: Fiji Green. HEX triplet: 5B, 77 and 0E. RGB value is (91,119,14). Sum of RGB (Red+Green+Blue) = 91+119+14=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #5B770E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B770E is #A488F1. Grayscale: #636363. Windows color (decimal): -10782962 or 948059. OLE color: 948059.
HSL color Cylindrical-coordinate representation of color #5B770E: hue angle of 76º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B770E is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 119 | 14 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.53 |
| HSL | 76º | 0.79% | 0.26% | - |
| HSV(B) | 76º | 0.88% | 0.47% | - |
| XYZ | 10.99 | 15.45 | 2.82 | - |
| YUV | 98.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 14 | 0.24 | 0 | 0.88 | 0.53 | 76 | 0.79 | 0.26 |
| Hex | 5B | 77 | E | 18 | 0 | 58 | 35 | 4C | 4F | 1A |
| Octal | 133 | 167 | 16 | 30 | 0 | 130 | 65 | 114 | 117 | 32 |
| Binary | 1011011 | 1110111 | 1110 | 11000 | 0 | 1011000 | 110101 | 1001100 | 1001111 | 11010 |
Color Harmonies of #5B770E
Complementary color
Monochromatic Colors of #5B770E
Black with #5B770E
Text Example
Text Example
White with #5B770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B770E; }
p { color: rgb(91,119,14); }
H1.HeaderClassName
{
color: #5B770E;
}
.AnyTagClassName
{
color: #5B770E;
}
</style>
background-color css
<style>
a { background-color: #5B770E; }
a { background-color: rgb(91,119,14); }
div.DivClassName
{
background-color: #5B770E;
}
.BgClassName
{
background-color: #5B770E;
}
</style>
border-color css
<style>
span { border-color: #5B770E; }
span { border-color: rgb(91,119,14); }
td.TdClassName
{
border-color: #5B770E;
}
.TagClassName
{
border-color: #5B770E;
}
</style>