Shades of Fiji Green #5B7C06
Tints of Fiji Green #5B7C06
RGB
CMYK
RGB Variations
Color information
#5B7C06 (or 0x5B7C06) is known color: Fiji Green. HEX triplet: 5B, 7C and 06. RGB value is (91,124,6). Sum of RGB (Red+Green+Blue) = 91+124+6=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #5B7C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7C06 is #A483F9. Grayscale: #656565. Windows color (decimal): -10781690 or 425051. OLE color: 425051.
HSL color Cylindrical-coordinate representation of color #5B7C06: hue angle of 76.78º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B7C06 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 124 | 6 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.51 |
| HSL | 76.78º | 0.91% | 0.25% | - |
| HSV(B) | 76.78º | 0.95% | 0.49% | - |
| XYZ | 11.55 | 16.65 | 2.78 | - |
| YUV | 100.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 124 | 6 | 0.27 | 0 | 0.95 | 0.51 | 76.78 | 0.91 | 0.25 |
| Hex | 5B | 7C | 6 | 1B | 0 | 5F | 33 | 4D | 5B | 19 |
| Octal | 133 | 174 | 6 | 33 | 0 | 137 | 63 | 115 | 133 | 31 |
| Binary | 1011011 | 1111100 | 110 | 11011 | 0 | 1011111 | 110011 | 1001101 | 1011011 | 11001 |
Color Harmonies of #5B7C06
Complementary color
Monochromatic Colors of #5B7C06
Black with #5B7C06
Text Example
Text Example
White with #5B7C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7C06; }
p { color: rgb(91,124,6); }
H1.HeaderClassName
{
color: #5B7C06;
}
.AnyTagClassName
{
color: #5B7C06;
}
</style>
background-color css
<style>
a { background-color: #5B7C06; }
a { background-color: rgb(91,124,6); }
div.DivClassName
{
background-color: #5B7C06;
}
.BgClassName
{
background-color: #5B7C06;
}
</style>
border-color css
<style>
span { border-color: #5B7C06; }
span { border-color: rgb(91,124,6); }
td.TdClassName
{
border-color: #5B7C06;
}
.TagClassName
{
border-color: #5B7C06;
}
</style>