Shades of Fiji Green #5A6D25
Tints of Fiji Green #5A6D25
RGB
CMYK
RGB Variations
Color information
#5A6D25 (or 0x5A6D25) is known color: Fiji Green. HEX triplet: 5A, 6D and 25. RGB value is (90,109,37). Sum of RGB (Red+Green+Blue) = 90+109+37=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 109 - color contains mainly: green. Hex color #5A6D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6D25 is #A592DA. Grayscale: #5F5F5F. Windows color (decimal): -10851035 or 2452826. OLE color: 2452826.
HSL color Cylindrical-coordinate representation of color #5A6D25: hue angle of 75.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A6D25 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 109 | 37 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.57 |
| HSL | 75.83º | 0.49% | 0.29% | - |
| HSV(B) | 75.83º | 0.66% | 0.43% | - |
| XYZ | 10.02 | 13.24 | 3.78 | - |
| YUV | 95.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 37 | 0.17 | 0 | 0.66 | 0.57 | 75.83 | 0.49 | 0.29 |
| Hex | 5A | 6D | 25 | 11 | 0 | 42 | 39 | 4C | 31 | 1D |
| Octal | 132 | 155 | 45 | 21 | 0 | 102 | 71 | 114 | 61 | 35 |
| Binary | 1011010 | 1101101 | 100101 | 10001 | 0 | 1000010 | 111001 | 1001100 | 110001 | 11101 |
Color Harmonies of #5A6D25
Complementary color
Monochromatic Colors of #5A6D25
Black with #5A6D25
Text Example
Text Example
White with #5A6D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6D25; }
p { color: rgb(90,109,37); }
H1.HeaderClassName
{
color: #5A6D25;
}
.AnyTagClassName
{
color: #5A6D25;
}
</style>
background-color css
<style>
a { background-color: #5A6D25; }
a { background-color: rgb(90,109,37); }
div.DivClassName
{
background-color: #5A6D25;
}
.BgClassName
{
background-color: #5A6D25;
}
</style>
border-color css
<style>
span { border-color: #5A6D25; }
span { border-color: rgb(90,109,37); }
td.TdClassName
{
border-color: #5A6D25;
}
.TagClassName
{
border-color: #5A6D25;
}
</style>