Shades of Fiji Green #5B6F19
Tints of Fiji Green #5B6F19
RGB
CMYK
RGB Variations
Color information
#5B6F19 (or 0x5B6F19) is known color: Fiji Green. HEX triplet: 5B, 6F and 19. RGB value is (91,111,25). Sum of RGB (Red+Green+Blue) = 91+111+25=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6F19 is #A490E6. Grayscale: #5F5F5F. Windows color (decimal): -10784999 or 1666907. OLE color: 1666907.
HSL color Cylindrical-coordinate representation of color #5B6F19: hue angle of 73.95º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B6F19 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 111 | 25 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.56 |
| HSL | 73.95º | 0.63% | 0.27% | - |
| HSV(B) | 73.95º | 0.77% | 0.44% | - |
| XYZ | 10.17 | 13.66 | 3.02 | - |
| YUV | 95.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 111 | 25 | 0.18 | 0 | 0.77 | 0.56 | 73.95 | 0.63 | 0.27 |
| Hex | 5B | 6F | 19 | 12 | 0 | 4D | 38 | 4A | 3F | 1B |
| Octal | 133 | 157 | 31 | 22 | 0 | 115 | 70 | 112 | 77 | 33 |
| Binary | 1011011 | 1101111 | 11001 | 10010 | 0 | 1001101 | 111000 | 1001010 | 111111 | 11011 |
Color Harmonies of #5B6F19
Complementary color
Monochromatic Colors of #5B6F19
Black with #5B6F19
Text Example
Text Example
White with #5B6F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6F19; }
p { color: rgb(91,111,25); }
H1.HeaderClassName
{
color: #5B6F19;
}
.AnyTagClassName
{
color: #5B6F19;
}
</style>
background-color css
<style>
a { background-color: #5B6F19; }
a { background-color: rgb(91,111,25); }
div.DivClassName
{
background-color: #5B6F19;
}
.BgClassName
{
background-color: #5B6F19;
}
</style>
border-color css
<style>
span { border-color: #5B6F19; }
span { border-color: rgb(91,111,25); }
td.TdClassName
{
border-color: #5B6F19;
}
.TagClassName
{
border-color: #5B6F19;
}
</style>