Shades of Fiji Green #5B6805
Tints of Fiji Green #5B6805
RGB
CMYK
RGB Variations
Color information
#5B6805 (or 0x5B6805) is known color: Fiji Green. HEX triplet: 5B, 68 and 05. RGB value is (91,104,5). Sum of RGB (Red+Green+Blue) = 91+104+5=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #5B6805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6805 is #A497FA. Grayscale: #595959. Windows color (decimal): -10786811 or 354395. OLE color: 354395.
HSL color Cylindrical-coordinate representation of color #5B6805: hue angle of 67.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B6805 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 104 | 5 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.59 |
| HSL | 67.88º | 0.91% | 0.21% | - |
| HSV(B) | 67.88º | 0.95% | 0.41% | - |
| XYZ | 9.29 | 12.14 | 2 | - |
| YUV | 88.83 | 80.69 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 5 | 0.12 | 0 | 0.95 | 0.59 | 67.88 | 0.91 | 0.21 |
| Hex | 5B | 68 | 5 | C | 0 | 5F | 3B | 44 | 5B | 15 |
| Octal | 133 | 150 | 5 | 14 | 0 | 137 | 73 | 104 | 133 | 25 |
| Binary | 1011011 | 1101000 | 101 | 1100 | 0 | 1011111 | 111011 | 1000100 | 1011011 | 10101 |
Color Harmonies of #5B6805
Complementary color
Monochromatic Colors of #5B6805
Black with #5B6805
Text Example
Text Example
White with #5B6805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6805; }
p { color: rgb(91,104,5); }
H1.HeaderClassName
{
color: #5B6805;
}
.AnyTagClassName
{
color: #5B6805;
}
</style>
background-color css
<style>
a { background-color: #5B6805; }
a { background-color: rgb(91,104,5); }
div.DivClassName
{
background-color: #5B6805;
}
.BgClassName
{
background-color: #5B6805;
}
</style>
border-color css
<style>
span { border-color: #5B6805; }
span { border-color: rgb(91,104,5); }
td.TdClassName
{
border-color: #5B6805;
}
.TagClassName
{
border-color: #5B6805;
}
</style>