Shades of Fiji Green #5E6903
Tints of Fiji Green #5E6903
RGB
CMYK
RGB Variations
Color information
#5E6903 (or 0x5E6903) is known color: Fiji Green. HEX triplet: 5E, 69 and 03. RGB value is (94,105,3). Sum of RGB (Red+Green+Blue) = 94+105+3=202 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.53% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #5E6903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6903 is #A196FC. Grayscale: #5A5A5A. Windows color (decimal): -10589949 or 223582. OLE color: 223582.
HSL color Cylindrical-coordinate representation of color #5E6903: hue angle of 66.47º 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 #5E6903 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 105 | 3 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.59 |
| HSL | 66.47º | 0.94% | 0.21% | - |
| HSV(B) | 66.47º | 0.97% | 0.41% | - |
| XYZ | 9.68 | 12.49 | 1.99 | - |
| YUV | 90.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 3 | 0.10 | 0 | 0.97 | 0.59 | 66.47 | 0.94 | 0.21 |
| Hex | 5E | 69 | 3 | A | 0 | 61 | 3B | 42 | 5E | 15 |
| Octal | 136 | 151 | 3 | 12 | 0 | 141 | 73 | 102 | 136 | 25 |
| Binary | 1011110 | 1101001 | 11 | 1010 | 0 | 1100001 | 111011 | 1000010 | 1011110 | 10101 |
Color Harmonies of #5E6903
Complementary color
Monochromatic Colors of #5E6903
Black with #5E6903
Text Example
Text Example
White with #5E6903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6903; }
p { color: rgb(94,105,3); }
H1.HeaderClassName
{
color: #5E6903;
}
.AnyTagClassName
{
color: #5E6903;
}
</style>
background-color css
<style>
a { background-color: #5E6903; }
a { background-color: rgb(94,105,3); }
div.DivClassName
{
background-color: #5E6903;
}
.BgClassName
{
background-color: #5E6903;
}
</style>
border-color css
<style>
span { border-color: #5E6903; }
span { border-color: rgb(94,105,3); }
td.TdClassName
{
border-color: #5E6903;
}
.TagClassName
{
border-color: #5E6903;
}
</style>