Shades of Fiji Green #5B771B
Tints of Fiji Green #5B771B
RGB
CMYK
RGB Variations
Color information
#5B771B (or 0x5B771B) is known color: Fiji Green. HEX triplet: 5B, 77 and 1B. RGB value is (91,119,27). Sum of RGB (Red+Green+Blue) = 91+119+27=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #5B771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B771B is #A488E4. Grayscale: #646464. Windows color (decimal): -10782949 or 1800027. OLE color: 1800027.
HSL color Cylindrical-coordinate representation of color #5B771B: hue angle of 78.26º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B771B is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 119 | 27 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.53 |
| HSL | 78.26º | 0.63% | 0.29% | - |
| HSV(B) | 78.26º | 0.77% | 0.47% | - |
| XYZ | 11.11 | 15.5 | 3.44 | - |
| YUV | 100.14 | 86.72 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 27 | 0.24 | 0 | 0.77 | 0.53 | 78.26 | 0.63 | 0.29 |
| Hex | 5B | 77 | 1B | 18 | 0 | 4D | 35 | 4E | 3F | 1D |
| Octal | 133 | 167 | 33 | 30 | 0 | 115 | 65 | 116 | 77 | 35 |
| Binary | 1011011 | 1110111 | 11011 | 11000 | 0 | 1001101 | 110101 | 1001110 | 111111 | 11101 |
Color Harmonies of #5B771B
Complementary color
Monochromatic Colors of #5B771B
Black with #5B771B
Text Example
Text Example
White with #5B771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B771B; }
p { color: rgb(91,119,27); }
H1.HeaderClassName
{
color: #5B771B;
}
.AnyTagClassName
{
color: #5B771B;
}
</style>
background-color css
<style>
a { background-color: #5B771B; }
a { background-color: rgb(91,119,27); }
div.DivClassName
{
background-color: #5B771B;
}
.BgClassName
{
background-color: #5B771B;
}
</style>
border-color css
<style>
span { border-color: #5B771B; }
span { border-color: rgb(91,119,27); }
td.TdClassName
{
border-color: #5B771B;
}
.TagClassName
{
border-color: #5B771B;
}
</style>