Shades of Fiji Green #5B6212
Tints of Fiji Green #5B6212
RGB
CMYK
RGB Variations
Color information
#5B6212 (or 0x5B6212) is known color: Fiji Green. HEX triplet: 5B, 62 and 12. RGB value is (91,98,18). Sum of RGB (Red+Green+Blue) = 91+98+18=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6212 is #A49DED. Grayscale: #575757. Windows color (decimal): -10788334 or 1204827. OLE color: 1204827.
HSL color Cylindrical-coordinate representation of color #5B6212: hue angle of 65.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B6212 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 18 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.62 |
| HSL | 65.25º | 0.69% | 0.23% | - |
| HSV(B) | 65.25º | 0.82% | 0.38% | - |
| XYZ | 8.79 | 11 | 2.23 | - |
| YUV | 86.79 | 89.18 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 18 | 0.07 | 0 | 0.82 | 0.62 | 65.25 | 0.69 | 0.23 |
| Hex | 5B | 62 | 12 | 7 | 0 | 52 | 3E | 41 | 45 | 17 |
| Octal | 133 | 142 | 22 | 7 | 0 | 122 | 76 | 101 | 105 | 27 |
| Binary | 1011011 | 1100010 | 10010 | 111 | 0 | 1010010 | 111110 | 1000001 | 1000101 | 10111 |
Color Harmonies of #5B6212
Complementary color
Monochromatic Colors of #5B6212
Black with #5B6212
Text Example
Text Example
White with #5B6212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6212; }
p { color: rgb(91,98,18); }
H1.HeaderClassName
{
color: #5B6212;
}
.AnyTagClassName
{
color: #5B6212;
}
</style>
background-color css
<style>
a { background-color: #5B6212; }
a { background-color: rgb(91,98,18); }
div.DivClassName
{
background-color: #5B6212;
}
.BgClassName
{
background-color: #5B6212;
}
</style>
border-color css
<style>
span { border-color: #5B6212; }
span { border-color: rgb(91,98,18); }
td.TdClassName
{
border-color: #5B6212;
}
.TagClassName
{
border-color: #5B6212;
}
</style>