Shades of Fiji Green #5B7017
Tints of Fiji Green #5B7017
RGB
CMYK
RGB Variations
Color information
#5B7017 (or 0x5B7017) is known color: Fiji Green. HEX triplet: 5B, 70 and 17. RGB value is (91,112,23). Sum of RGB (Red+Green+Blue) = 91+112+23=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #5B7017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7017 is #A48FE8. Grayscale: #5F5F5F. Windows color (decimal): -10784745 or 1536091. OLE color: 1536091.
HSL color Cylindrical-coordinate representation of color #5B7017: hue angle of 74.16º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B7017 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 112 | 23 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.56 |
| HSL | 74.16º | 0.66% | 0.26% | - |
| HSV(B) | 74.16º | 0.79% | 0.44% | - |
| XYZ | 10.26 | 13.87 | 2.95 | - |
| YUV | 95.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 112 | 23 | 0.19 | 0 | 0.79 | 0.56 | 74.16 | 0.66 | 0.26 |
| Hex | 5B | 70 | 17 | 13 | 0 | 4F | 38 | 4A | 42 | 1A |
| Octal | 133 | 160 | 27 | 23 | 0 | 117 | 70 | 112 | 102 | 32 |
| Binary | 1011011 | 1110000 | 10111 | 10011 | 0 | 1001111 | 111000 | 1001010 | 1000010 | 11010 |
Color Harmonies of #5B7017
Complementary color
Monochromatic Colors of #5B7017
Black with #5B7017
Text Example
Text Example
White with #5B7017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7017; }
p { color: rgb(91,112,23); }
H1.HeaderClassName
{
color: #5B7017;
}
.AnyTagClassName
{
color: #5B7017;
}
</style>
background-color css
<style>
a { background-color: #5B7017; }
a { background-color: rgb(91,112,23); }
div.DivClassName
{
background-color: #5B7017;
}
.BgClassName
{
background-color: #5B7017;
}
</style>
border-color css
<style>
span { border-color: #5B7017; }
span { border-color: rgb(91,112,23); }
td.TdClassName
{
border-color: #5B7017;
}
.TagClassName
{
border-color: #5B7017;
}
</style>