Shades of Fiji Green #5E7F05
Tints of Fiji Green #5E7F05
RGB
CMYK
RGB Variations
Color information
#5E7F05 (or 0x5E7F05) is known color: Fiji Green. HEX triplet: 5E, 7F and 05. RGB value is (94,127,5). Sum of RGB (Red+Green+Blue) = 94+127+5=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 127 (50% from 255 or 56.19% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 127 - color contains mainly: green. Hex color #5E7F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7F05 is #A180FA. Grayscale: #676767. Windows color (decimal): -10584315 or 360286. OLE color: 360286.
HSL color Cylindrical-coordinate representation of color #5E7F05: hue angle of 76.23º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E7F05 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 127 | 5 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.50 |
| HSL | 76.23º | 0.92% | 0.26% | - |
| HSV(B) | 76.23º | 0.96% | 0.5% | - |
| XYZ | 12.23 | 17.57 | 2.89 | - |
| YUV | 103.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 127 | 5 | 0.26 | 0 | 0.96 | 0.50 | 76.23 | 0.92 | 0.26 |
| Hex | 5E | 7F | 5 | 1A | 0 | 60 | 32 | 4C | 5C | 1A |
| Octal | 136 | 177 | 5 | 32 | 0 | 140 | 62 | 114 | 134 | 32 |
| Binary | 1011110 | 1111111 | 101 | 11010 | 0 | 1100000 | 110010 | 1001100 | 1011100 | 11010 |
Color Harmonies of #5E7F05
Complementary color
Monochromatic Colors of #5E7F05
Black with #5E7F05
Text Example
Text Example
White with #5E7F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7F05; }
p { color: rgb(94,127,5); }
H1.HeaderClassName
{
color: #5E7F05;
}
.AnyTagClassName
{
color: #5E7F05;
}
</style>
background-color css
<style>
a { background-color: #5E7F05; }
a { background-color: rgb(94,127,5); }
div.DivClassName
{
background-color: #5E7F05;
}
.BgClassName
{
background-color: #5E7F05;
}
</style>
border-color css
<style>
span { border-color: #5E7F05; }
span { border-color: rgb(94,127,5); }
td.TdClassName
{
border-color: #5E7F05;
}
.TagClassName
{
border-color: #5E7F05;
}
</style>