Shades of Fiji Green #5B6A09
Tints of Fiji Green #5B6A09
RGB
CMYK
RGB Variations
Color information
#5B6A09 (or 0x5B6A09) is known color: Fiji Green. HEX triplet: 5B, 6A and 09. RGB value is (91,106,9). Sum of RGB (Red+Green+Blue) = 91+106+9=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #5B6A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6A09 is #A495F6. Grayscale: #5A5A5A. Windows color (decimal): -10786295 or 617051. OLE color: 617051.
HSL color Cylindrical-coordinate representation of color #5B6A09: hue angle of 69.28º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B6A09 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 106 | 9 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.58 |
| HSL | 69.28º | 0.84% | 0.23% | - |
| HSV(B) | 69.28º | 0.92% | 0.42% | - |
| XYZ | 9.52 | 12.55 | 2.18 | - |
| YUV | 90.46 | 82.03 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 106 | 9 | 0.14 | 0 | 0.92 | 0.58 | 69.28 | 0.84 | 0.23 |
| Hex | 5B | 6A | 9 | E | 0 | 5C | 3A | 45 | 54 | 17 |
| Octal | 133 | 152 | 11 | 16 | 0 | 134 | 72 | 105 | 124 | 27 |
| Binary | 1011011 | 1101010 | 1001 | 1110 | 0 | 1011100 | 111010 | 1000101 | 1010100 | 10111 |
Color Harmonies of #5B6A09
Complementary color
Monochromatic Colors of #5B6A09
Black with #5B6A09
Text Example
Text Example
White with #5B6A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6A09; }
p { color: rgb(91,106,9); }
H1.HeaderClassName
{
color: #5B6A09;
}
.AnyTagClassName
{
color: #5B6A09;
}
</style>
background-color css
<style>
a { background-color: #5B6A09; }
a { background-color: rgb(91,106,9); }
div.DivClassName
{
background-color: #5B6A09;
}
.BgClassName
{
background-color: #5B6A09;
}
</style>
border-color css
<style>
span { border-color: #5B6A09; }
span { border-color: rgb(91,106,9); }
td.TdClassName
{
border-color: #5B6A09;
}
.TagClassName
{
border-color: #5B6A09;
}
</style>