Shades of Fiji Green #5E7A25
Tints of Fiji Green #5E7A25
RGB
CMYK
RGB Variations
Color information
#5E7A25 (or 0x5E7A25) is known color: Fiji Green. HEX triplet: 5E, 7A and 25. RGB value is (94,122,37). Sum of RGB (Red+Green+Blue) = 94+122+37=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7A25 is #A185DA. Grayscale: #686868. Windows color (decimal): -10585563 or 2456158. OLE color: 2456158.
HSL color Cylindrical-coordinate representation of color #5E7A25: hue angle of 79.76º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E7A25 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 122 | 37 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.52 |
| HSL | 79.76º | 0.53% | 0.31% | - |
| HSV(B) | 79.76º | 0.7% | 0.48% | - |
| XYZ | 11.91 | 16.43 | 4.29 | - |
| YUV | 103.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 122 | 37 | 0.23 | 0 | 0.70 | 0.52 | 79.76 | 0.53 | 0.31 |
| Hex | 5E | 7A | 25 | 17 | 0 | 46 | 34 | 50 | 35 | 1F |
| Octal | 136 | 172 | 45 | 27 | 0 | 106 | 64 | 120 | 65 | 37 |
| Binary | 1011110 | 1111010 | 100101 | 10111 | 0 | 1000110 | 110100 | 1010000 | 110101 | 11111 |
Color Harmonies of #5E7A25
Complementary color
Monochromatic Colors of #5E7A25
Black with #5E7A25
Text Example
Text Example
White with #5E7A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7A25; }
p { color: rgb(94,122,37); }
H1.HeaderClassName
{
color: #5E7A25;
}
.AnyTagClassName
{
color: #5E7A25;
}
</style>
background-color css
<style>
a { background-color: #5E7A25; }
a { background-color: rgb(94,122,37); }
div.DivClassName
{
background-color: #5E7A25;
}
.BgClassName
{
background-color: #5E7A25;
}
</style>
border-color css
<style>
span { border-color: #5E7A25; }
span { border-color: rgb(94,122,37); }
td.TdClassName
{
border-color: #5E7A25;
}
.TagClassName
{
border-color: #5E7A25;
}
</style>