Shades of Fiji Green #5B6915
Tints of Fiji Green #5B6915
RGB
CMYK
RGB Variations
Color information
#5B6915 (or 0x5B6915) is known color: Fiji Green. HEX triplet: 5B, 69 and 15. RGB value is (91,105,21). Sum of RGB (Red+Green+Blue) = 91+105+21=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #5B6915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6915 is #A496EA. Grayscale: #5B5B5B. Windows color (decimal): -10786539 or 1403227. OLE color: 1403227.
HSL color Cylindrical-coordinate representation of color #5B6915: hue angle of 70º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B6915 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 105 | 21 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.59 |
| HSL | 70º | 0.67% | 0.25% | - |
| HSV(B) | 70º | 0.8% | 0.41% | - |
| XYZ | 9.5 | 12.38 | 2.6 | - |
| YUV | 91.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 21 | 0.13 | 0 | 0.80 | 0.59 | 70 | 0.67 | 0.25 |
| Hex | 5B | 69 | 15 | D | 0 | 50 | 3B | 46 | 43 | 19 |
| Octal | 133 | 151 | 25 | 15 | 0 | 120 | 73 | 106 | 103 | 31 |
| Binary | 1011011 | 1101001 | 10101 | 1101 | 0 | 1010000 | 111011 | 1000110 | 1000011 | 11001 |
Color Harmonies of #5B6915
Complementary color
Monochromatic Colors of #5B6915
Black with #5B6915
Text Example
Text Example
White with #5B6915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6915; }
p { color: rgb(91,105,21); }
H1.HeaderClassName
{
color: #5B6915;
}
.AnyTagClassName
{
color: #5B6915;
}
</style>
background-color css
<style>
a { background-color: #5B6915; }
a { background-color: rgb(91,105,21); }
div.DivClassName
{
background-color: #5B6915;
}
.BgClassName
{
background-color: #5B6915;
}
</style>
border-color css
<style>
span { border-color: #5B6915; }
span { border-color: rgb(91,105,21); }
td.TdClassName
{
border-color: #5B6915;
}
.TagClassName
{
border-color: #5B6915;
}
</style>