Shades of Fiji Green #5E6900
Tints of Fiji Green #5E6900
RGB
CMYK
RGB Variations
Color information
#5E6900 (or 0x5E6900) is known color: Fiji Green. HEX triplet: 5E, 69 and 00. RGB value is (94,105,0). Sum of RGB (Red+Green+Blue) = 94+105+0=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #5E6900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6900 is #A196FF. Grayscale: #5A5A5A. Windows color (decimal): -10589952 or 26974. OLE color: 26974.
HSL color Cylindrical-coordinate representation of color #5E6900: hue angle of 66.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E6900 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 105 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.59 |
| HSL | 66.29º | 1% | 0.21% | - |
| HSV(B) | 66.29º | 1% | 0.41% | - |
| XYZ | 9.67 | 12.48 | 1.9 | - |
| YUV | 89.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 0 | 0.10 | 0 | 1 | 0.59 | 66.29 | 1 | 0.21 |
| Hex | 5E | 69 | 0 | A | 0 | 64 | 3B | 42 | 64 | 15 |
| Octal | 136 | 151 | 0 | 12 | 0 | 144 | 73 | 102 | 144 | 25 |
| Binary | 1011110 | 1101001 | 0 | 1010 | 0 | 1100100 | 111011 | 1000010 | 1100100 | 10101 |
Color Harmonies of #5E6900
Complementary color
Monochromatic Colors of #5E6900
Black with #5E6900
Text Example
Text Example
White with #5E6900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6900; }
p { color: rgb(94,105,0); }
H1.HeaderClassName
{
color: #5E6900;
}
.AnyTagClassName
{
color: #5E6900;
}
</style>
background-color css
<style>
a { background-color: #5E6900; }
a { background-color: rgb(94,105,0); }
div.DivClassName
{
background-color: #5E6900;
}
.BgClassName
{
background-color: #5E6900;
}
</style>
border-color css
<style>
span { border-color: #5E6900; }
span { border-color: rgb(94,105,0); }
td.TdClassName
{
border-color: #5E6900;
}
.TagClassName
{
border-color: #5E6900;
}
</style>