Shades of Fiji Green #5B6903
Tints of Fiji Green #5B6903
RGB
CMYK
RGB Variations
Color information
#5B6903 (or 0x5B6903) is known color: Fiji Green. HEX triplet: 5B, 69 and 03. RGB value is (91,105,3). Sum of RGB (Red+Green+Blue) = 91+105+3=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #5B6903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6903 is #A496FC. Grayscale: #595959. Windows color (decimal): -10786557 or 223579. OLE color: 223579.
HSL color Cylindrical-coordinate representation of color #5B6903: hue angle of 68.24º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B6903 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 105 | 3 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.59 |
| HSL | 68.24º | 0.94% | 0.21% | - |
| HSV(B) | 68.24º | 0.97% | 0.41% | - |
| XYZ | 9.38 | 12.33 | 1.97 | - |
| YUV | 89.19 | 79.36 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 3 | 0.13 | 0 | 0.97 | 0.59 | 68.24 | 0.94 | 0.21 |
| Hex | 5B | 69 | 3 | D | 0 | 61 | 3B | 44 | 5E | 15 |
| Octal | 133 | 151 | 3 | 15 | 0 | 141 | 73 | 104 | 136 | 25 |
| Binary | 1011011 | 1101001 | 11 | 1101 | 0 | 1100001 | 111011 | 1000100 | 1011110 | 10101 |
Color Harmonies of #5B6903
Complementary color
Monochromatic Colors of #5B6903
Black with #5B6903
Text Example
Text Example
White with #5B6903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6903; }
p { color: rgb(91,105,3); }
H1.HeaderClassName
{
color: #5B6903;
}
.AnyTagClassName
{
color: #5B6903;
}
</style>
background-color css
<style>
a { background-color: #5B6903; }
a { background-color: rgb(91,105,3); }
div.DivClassName
{
background-color: #5B6903;
}
.BgClassName
{
background-color: #5B6903;
}
</style>
border-color css
<style>
span { border-color: #5B6903; }
span { border-color: rgb(91,105,3); }
td.TdClassName
{
border-color: #5B6903;
}
.TagClassName
{
border-color: #5B6903;
}
</style>