Shades of Fiji Green #5B6D1A
Tints of Fiji Green #5B6D1A
RGB
CMYK
RGB Variations
Color information
#5B6D1A (or 0x5B6D1A) is known color: Fiji Green. HEX triplet: 5B, 6D and 1A. RGB value is (91,109,26). Sum of RGB (Red+Green+Blue) = 91+109+26=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 109 - color contains mainly: green. Hex color #5B6D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6D1A is #A492E5. Grayscale: #5E5E5E. Windows color (decimal): -10785510 or 1731931. OLE color: 1731931.
HSL color Cylindrical-coordinate representation of color #5B6D1A: hue angle of 73.01º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B6D1A is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 91 | 109 | 26 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.57 |
| HSL | 73.01º | 0.61% | 0.26% | - |
| HSV(B) | 73.01º | 0.76% | 0.43% | - |
| XYZ | 9.97 | 13.24 | 3.01 | - |
| YUV | 94.16 | 89.54 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 109 | 26 | 0.17 | 0 | 0.76 | 0.57 | 73.01 | 0.61 | 0.26 |
| Hex | 5B | 6D | 1A | 11 | 0 | 4C | 39 | 49 | 3D | 1A |
| Octal | 133 | 155 | 32 | 21 | 0 | 114 | 71 | 111 | 75 | 32 |
| Binary | 1011011 | 1101101 | 11010 | 10001 | 0 | 1001100 | 111001 | 1001001 | 111101 | 11010 |
Color Harmonies of #5B6D1A
Complementary color
Monochromatic Colors of #5B6D1A
Black with #5B6D1A
Text Example
Text Example
White with #5B6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6D1A; }
p { color: rgb(91,109,26); }
H1.HeaderClassName
{
color: #5B6D1A;
}
.AnyTagClassName
{
color: #5B6D1A;
}
</style>
background-color css
<style>
a { background-color: #5B6D1A; }
a { background-color: rgb(91,109,26); }
div.DivClassName
{
background-color: #5B6D1A;
}
.BgClassName
{
background-color: #5B6D1A;
}
</style>
border-color css
<style>
span { border-color: #5B6D1A; }
span { border-color: rgb(91,109,26); }
td.TdClassName
{
border-color: #5B6D1A;
}
.TagClassName
{
border-color: #5B6D1A;
}
</style>