Shades of Fiji Green #5E6209
Tints of Fiji Green #5E6209
RGB
CMYK
RGB Variations
Color information
#5E6209 (or 0x5E6209) is known color: Fiji Green. HEX triplet: 5E, 62 and 09. RGB value is (94,98,9). Sum of RGB (Red+Green+Blue) = 94+98+9=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6209 is #A19DF6. Grayscale: #575757. Windows color (decimal): -10591735 or 615006. OLE color: 615006.
HSL color Cylindrical-coordinate representation of color #5E6209: hue angle of 62.7º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E6209 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 9 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.62 |
| HSL | 62.7º | 0.83% | 0.21% | - |
| HSV(B) | 62.7º | 0.91% | 0.38% | - |
| XYZ | 9.03 | 11.13 | 1.93 | - |
| YUV | 86.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 9 | 0.04 | 0 | 0.91 | 0.62 | 62.7 | 0.83 | 0.21 |
| Hex | 5E | 62 | 9 | 4 | 0 | 5B | 3E | 3F | 53 | 15 |
| Octal | 136 | 142 | 11 | 4 | 0 | 133 | 76 | 77 | 123 | 25 |
| Binary | 1011110 | 1100010 | 1001 | 100 | 0 | 1011011 | 111110 | 111111 | 1010011 | 10101 |
Color Harmonies of #5E6209
Complementary color
Monochromatic Colors of #5E6209
Black with #5E6209
Text Example
Text Example
White with #5E6209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6209; }
p { color: rgb(94,98,9); }
H1.HeaderClassName
{
color: #5E6209;
}
.AnyTagClassName
{
color: #5E6209;
}
</style>
background-color css
<style>
a { background-color: #5E6209; }
a { background-color: rgb(94,98,9); }
div.DivClassName
{
background-color: #5E6209;
}
.BgClassName
{
background-color: #5E6209;
}
</style>
border-color css
<style>
span { border-color: #5E6209; }
span { border-color: rgb(94,98,9); }
td.TdClassName
{
border-color: #5E6209;
}
.TagClassName
{
border-color: #5E6209;
}
</style>