Shades of Fiji Green #5B7818
Tints of Fiji Green #5B7818
RGB
CMYK
RGB Variations
Color information
#5B7818 (or 0x5B7818) is known color: Fiji Green. HEX triplet: 5B, 78 and 18. RGB value is (91,120,24). Sum of RGB (Red+Green+Blue) = 91+120+24=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7818 is #A487E7. Grayscale: #646464. Windows color (decimal): -10782696 or 1603675. OLE color: 1603675.
HSL color Cylindrical-coordinate representation of color #5B7818: hue angle of 78.12º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B7818 is Cyan = 0.24, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 120 | 24 | - |
| CMYK | 0.24 | 0 | 0.8 | 0.53 |
| HSL | 78.12º | 0.67% | 0.28% | - |
| HSV(B) | 78.12º | 0.8% | 0.47% | - |
| XYZ | 11.2 | 15.72 | 3.31 | - |
| YUV | 100.39 | 84.89 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 24 | 0.24 | 0 | 0.8 | 0.53 | 78.12 | 0.67 | 0.28 |
| Hex | 5B | 78 | 18 | 18 | 0 | 50 | 35 | 4E | 43 | 1C |
| Octal | 133 | 170 | 30 | 30 | 0 | 120 | 65 | 116 | 103 | 34 |
| Binary | 1011011 | 1111000 | 11000 | 11000 | 0 | 1010000 | 110101 | 1001110 | 1000011 | 11100 |
Color Harmonies of #5B7818
Complementary color
Monochromatic Colors of #5B7818
Black with #5B7818
Text Example
Text Example
White with #5B7818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7818; }
p { color: rgb(91,120,24); }
H1.HeaderClassName
{
color: #5B7818;
}
.AnyTagClassName
{
color: #5B7818;
}
</style>
background-color css
<style>
a { background-color: #5B7818; }
a { background-color: rgb(91,120,24); }
div.DivClassName
{
background-color: #5B7818;
}
.BgClassName
{
background-color: #5B7818;
}
</style>
border-color css
<style>
span { border-color: #5B7818; }
span { border-color: rgb(91,120,24); }
td.TdClassName
{
border-color: #5B7818;
}
.TagClassName
{
border-color: #5B7818;
}
</style>