Shades of Fiji Green #5A6928
Tints of Fiji Green #5A6928
RGB
CMYK
RGB Variations
Color information
#5A6928 (or 0x5A6928) is known color: Fiji Green. HEX triplet: 5A, 69 and 28. RGB value is (90,105,40). Sum of RGB (Red+Green+Blue) = 90+105+40=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6928 is #A596D7. Grayscale: #5D5D5D. Windows color (decimal): -10852056 or 2648410. OLE color: 2648410.
HSL color Cylindrical-coordinate representation of color #5A6928: hue angle of 73.85º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A6928 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 40 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.59 |
| HSL | 73.85º | 0.45% | 0.28% | - |
| HSV(B) | 73.85º | 0.62% | 0.41% | - |
| XYZ | 9.65 | 12.43 | 3.9 | - |
| YUV | 93.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 40 | 0.14 | 0 | 0.62 | 0.59 | 73.85 | 0.45 | 0.28 |
| Hex | 5A | 69 | 28 | E | 0 | 3E | 3B | 4A | 2D | 1C |
| Octal | 132 | 151 | 50 | 16 | 0 | 76 | 73 | 112 | 55 | 34 |
| Binary | 1011010 | 1101001 | 101000 | 1110 | 0 | 111110 | 111011 | 1001010 | 101101 | 11100 |
Color Harmonies of #5A6928
Complementary color
Monochromatic Colors of #5A6928
Black with #5A6928
Text Example
Text Example
White with #5A6928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6928; }
p { color: rgb(90,105,40); }
H1.HeaderClassName
{
color: #5A6928;
}
.AnyTagClassName
{
color: #5A6928;
}
</style>
background-color css
<style>
a { background-color: #5A6928; }
a { background-color: rgb(90,105,40); }
div.DivClassName
{
background-color: #5A6928;
}
.BgClassName
{
background-color: #5A6928;
}
</style>
border-color css
<style>
span { border-color: #5A6928; }
span { border-color: rgb(90,105,40); }
td.TdClassName
{
border-color: #5A6928;
}
.TagClassName
{
border-color: #5A6928;
}
</style>