Shades of Fiji Green #5E6207
Tints of Fiji Green #5E6207
RGB
CMYK
RGB Variations
Color information
#5E6207 (or 0x5E6207) is known color: Fiji Green. HEX triplet: 5E, 62 and 07. RGB value is (94,98,7). Sum of RGB (Red+Green+Blue) = 94+98+7=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6207 is #A19DF8. Grayscale: #565656. Windows color (decimal): -10591737 or 483934. OLE color: 483934.
HSL color Cylindrical-coordinate representation of color #5E6207: hue angle of 62.64º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E6207 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 7 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.62 |
| HSL | 62.64º | 0.87% | 0.21% | - |
| HSV(B) | 62.64º | 0.93% | 0.38% | - |
| XYZ | 9.02 | 11.13 | 1.87 | - |
| YUV | 86.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 7 | 0.04 | 0 | 0.93 | 0.62 | 62.64 | 0.87 | 0.21 |
| Hex | 5E | 62 | 7 | 4 | 0 | 5D | 3E | 3F | 57 | 15 |
| Octal | 136 | 142 | 7 | 4 | 0 | 135 | 76 | 77 | 127 | 25 |
| Binary | 1011110 | 1100010 | 111 | 100 | 0 | 1011101 | 111110 | 111111 | 1010111 | 10101 |
Color Harmonies of #5E6207
Complementary color
Monochromatic Colors of #5E6207
Black with #5E6207
Text Example
Text Example
White with #5E6207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6207; }
p { color: rgb(94,98,7); }
H1.HeaderClassName
{
color: #5E6207;
}
.AnyTagClassName
{
color: #5E6207;
}
</style>
background-color css
<style>
a { background-color: #5E6207; }
a { background-color: rgb(94,98,7); }
div.DivClassName
{
background-color: #5E6207;
}
.BgClassName
{
background-color: #5E6207;
}
</style>
border-color css
<style>
span { border-color: #5E6207; }
span { border-color: rgb(94,98,7); }
td.TdClassName
{
border-color: #5E6207;
}
.TagClassName
{
border-color: #5E6207;
}
</style>