Shades of Fiji Green #5E7307
Tints of Fiji Green #5E7307
RGB
CMYK
RGB Variations
Color information
#5E7307 (or 0x5E7307) is known color: Fiji Green. HEX triplet: 5E, 73 and 07. RGB value is (94,115,7). Sum of RGB (Red+Green+Blue) = 94+115+7=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7307 is #A18CF8. Grayscale: #606060. Windows color (decimal): -10587385 or 488286. OLE color: 488286.
HSL color Cylindrical-coordinate representation of color #5E7307: hue angle of 71.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E7307 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 7 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.55 |
| HSL | 71.67º | 0.89% | 0.24% | - |
| HSV(B) | 71.67º | 0.94% | 0.45% | - |
| XYZ | 10.79 | 14.66 | 2.46 | - |
| YUV | 96.41 | 77.54 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 7 | 0.18 | 0 | 0.94 | 0.55 | 71.67 | 0.89 | 0.24 |
| Hex | 5E | 73 | 7 | 12 | 0 | 5E | 37 | 48 | 59 | 18 |
| Octal | 136 | 163 | 7 | 22 | 0 | 136 | 67 | 110 | 131 | 30 |
| Binary | 1011110 | 1110011 | 111 | 10010 | 0 | 1011110 | 110111 | 1001000 | 1011001 | 11000 |
Color Harmonies of #5E7307
Complementary color
Monochromatic Colors of #5E7307
Black with #5E7307
Text Example
Text Example
White with #5E7307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7307; }
p { color: rgb(94,115,7); }
H1.HeaderClassName
{
color: #5E7307;
}
.AnyTagClassName
{
color: #5E7307;
}
</style>
background-color css
<style>
a { background-color: #5E7307; }
a { background-color: rgb(94,115,7); }
div.DivClassName
{
background-color: #5E7307;
}
.BgClassName
{
background-color: #5E7307;
}
</style>
border-color css
<style>
span { border-color: #5E7307; }
span { border-color: rgb(94,115,7); }
td.TdClassName
{
border-color: #5E7307;
}
.TagClassName
{
border-color: #5E7307;
}
</style>