Shades of Fiji Green #5E6205
Tints of Fiji Green #5E6205
RGB
CMYK
RGB Variations
Color information
#5E6205 (or 0x5E6205) is known color: Fiji Green. HEX triplet: 5E, 62 and 05. RGB value is (94,98,5). Sum of RGB (Red+Green+Blue) = 94+98+5=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6205 is #A19DFA. Grayscale: #565656. Windows color (decimal): -10591739 or 352862. OLE color: 352862.
HSL color Cylindrical-coordinate representation of color #5E6205: hue angle of 62.58º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E6205 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 5 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.62 |
| HSL | 62.58º | 0.9% | 0.2% | - |
| HSV(B) | 62.58º | 0.95% | 0.38% | - |
| XYZ | 9.01 | 11.13 | 1.82 | - |
| YUV | 86.2 | 82.17 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 5 | 0.04 | 0 | 0.95 | 0.62 | 62.58 | 0.9 | 0.2 |
| Hex | 5E | 62 | 5 | 4 | 0 | 5F | 3E | 3F | 5A | 14 |
| Octal | 136 | 142 | 5 | 4 | 0 | 137 | 76 | 77 | 132 | 24 |
| Binary | 1011110 | 1100010 | 101 | 100 | 0 | 1011111 | 111110 | 111111 | 1011010 | 10100 |
Color Harmonies of #5E6205
Complementary color
Monochromatic Colors of #5E6205
Black with #5E6205
Text Example
Text Example
White with #5E6205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6205; }
p { color: rgb(94,98,5); }
H1.HeaderClassName
{
color: #5E6205;
}
.AnyTagClassName
{
color: #5E6205;
}
</style>
background-color css
<style>
a { background-color: #5E6205; }
a { background-color: rgb(94,98,5); }
div.DivClassName
{
background-color: #5E6205;
}
.BgClassName
{
background-color: #5E6205;
}
</style>
border-color css
<style>
span { border-color: #5E6205; }
span { border-color: rgb(94,98,5); }
td.TdClassName
{
border-color: #5E6205;
}
.TagClassName
{
border-color: #5E6205;
}
</style>