Shades of Fiji Green #5B7C09
Tints of Fiji Green #5B7C09
RGB
CMYK
RGB Variations
Color information
#5B7C09 (or 0x5B7C09) is known color: Fiji Green. HEX triplet: 5B, 7C and 09. RGB value is (91,124,9). Sum of RGB (Red+Green+Blue) = 91+124+9=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #5B7C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7C09 is #A483F6. Grayscale: #656565. Windows color (decimal): -10781687 or 621659. OLE color: 621659.
HSL color Cylindrical-coordinate representation of color #5B7C09: hue angle of 77.22º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B7C09 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 124 | 9 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.51 |
| HSL | 77.22º | 0.86% | 0.26% | - |
| HSV(B) | 77.22º | 0.93% | 0.49% | - |
| XYZ | 11.57 | 16.66 | 2.86 | - |
| YUV | 101.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 124 | 9 | 0.27 | 0 | 0.93 | 0.51 | 77.22 | 0.86 | 0.26 |
| Hex | 5B | 7C | 9 | 1B | 0 | 5D | 33 | 4D | 56 | 1A |
| Octal | 133 | 174 | 11 | 33 | 0 | 135 | 63 | 115 | 126 | 32 |
| Binary | 1011011 | 1111100 | 1001 | 11011 | 0 | 1011101 | 110011 | 1001101 | 1010110 | 11010 |
Color Harmonies of #5B7C09
Complementary color
Monochromatic Colors of #5B7C09
Black with #5B7C09
Text Example
Text Example
White with #5B7C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7C09; }
p { color: rgb(91,124,9); }
H1.HeaderClassName
{
color: #5B7C09;
}
.AnyTagClassName
{
color: #5B7C09;
}
</style>
background-color css
<style>
a { background-color: #5B7C09; }
a { background-color: rgb(91,124,9); }
div.DivClassName
{
background-color: #5B7C09;
}
.BgClassName
{
background-color: #5B7C09;
}
</style>
border-color css
<style>
span { border-color: #5B7C09; }
span { border-color: rgb(91,124,9); }
td.TdClassName
{
border-color: #5B7C09;
}
.TagClassName
{
border-color: #5B7C09;
}
</style>