Shades of Fiji Green #5E6107
Tints of Fiji Green #5E6107
RGB
CMYK
RGB Variations
Color information
#5E6107 (or 0x5E6107) is known color: Fiji Green. HEX triplet: 5E, 61 and 07. RGB value is (94,97,7). Sum of RGB (Red+Green+Blue) = 94+97+7=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6107 is #A19EF8. Grayscale: #565656. Windows color (decimal): -10591993 or 483678. OLE color: 483678.
HSL color Cylindrical-coordinate representation of color #5E6107: hue angle of 62º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E6107 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 7 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.62 |
| HSL | 62º | 0.87% | 0.2% | - |
| HSV(B) | 62º | 0.93% | 0.38% | - |
| XYZ | 8.93 | 10.94 | 1.84 | - |
| YUV | 85.84 | 83.51 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 7 | 0.03 | 0 | 0.93 | 0.62 | 62 | 0.87 | 0.2 |
| Hex | 5E | 61 | 7 | 3 | 0 | 5D | 3E | 3E | 57 | 14 |
| Octal | 136 | 141 | 7 | 3 | 0 | 135 | 76 | 76 | 127 | 24 |
| Binary | 1011110 | 1100001 | 111 | 11 | 0 | 1011101 | 111110 | 111110 | 1010111 | 10100 |
Color Harmonies of #5E6107
Complementary color
Monochromatic Colors of #5E6107
Black with #5E6107
Text Example
Text Example
White with #5E6107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6107; }
p { color: rgb(94,97,7); }
H1.HeaderClassName
{
color: #5E6107;
}
.AnyTagClassName
{
color: #5E6107;
}
</style>
background-color css
<style>
a { background-color: #5E6107; }
a { background-color: rgb(94,97,7); }
div.DivClassName
{
background-color: #5E6107;
}
.BgClassName
{
background-color: #5E6107;
}
</style>
border-color css
<style>
span { border-color: #5E6107; }
span { border-color: rgb(94,97,7); }
td.TdClassName
{
border-color: #5E6107;
}
.TagClassName
{
border-color: #5E6107;
}
</style>