Shades of Fiji Green #5E6103
Tints of Fiji Green #5E6103
RGB
CMYK
RGB Variations
Color information
#5E6103 (or 0x5E6103) is known color: Fiji Green. HEX triplet: 5E, 61 and 03. RGB value is (94,97,3). Sum of RGB (Red+Green+Blue) = 94+97+3=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6103 is #A19EFC. Grayscale: #555555. Windows color (decimal): -10591997 or 221534. OLE color: 221534.
HSL color Cylindrical-coordinate representation of color #5E6103: hue angle of 61.91º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E6103 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 3 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.62 |
| HSL | 61.91º | 0.94% | 0.2% | - |
| HSV(B) | 61.91º | 0.97% | 0.38% | - |
| XYZ | 8.91 | 10.94 | 1.73 | - |
| YUV | 85.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 3 | 0.03 | 0 | 0.97 | 0.62 | 61.91 | 0.94 | 0.2 |
| Hex | 5E | 61 | 3 | 3 | 0 | 61 | 3E | 3E | 5E | 14 |
| Octal | 136 | 141 | 3 | 3 | 0 | 141 | 76 | 76 | 136 | 24 |
| Binary | 1011110 | 1100001 | 11 | 11 | 0 | 1100001 | 111110 | 111110 | 1011110 | 10100 |
Color Harmonies of #5E6103
Complementary color
Monochromatic Colors of #5E6103
Black with #5E6103
Text Example
Text Example
White with #5E6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6103; }
p { color: rgb(94,97,3); }
H1.HeaderClassName
{
color: #5E6103;
}
.AnyTagClassName
{
color: #5E6103;
}
</style>
background-color css
<style>
a { background-color: #5E6103; }
a { background-color: rgb(94,97,3); }
div.DivClassName
{
background-color: #5E6103;
}
.BgClassName
{
background-color: #5E6103;
}
</style>
border-color css
<style>
span { border-color: #5E6103; }
span { border-color: rgb(94,97,3); }
td.TdClassName
{
border-color: #5E6103;
}
.TagClassName
{
border-color: #5E6103;
}
</style>