Shades of Fiji Green #5A6829
Tints of Fiji Green #5A6829
RGB
CMYK
RGB Variations
Color information
#5A6829 (or 0x5A6829) is known color: Fiji Green. HEX triplet: 5A, 68 and 29. RGB value is (90,104,41). Sum of RGB (Red+Green+Blue) = 90+104+41=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #5A6829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6829 is #A597D6. Grayscale: #5C5C5C. Windows color (decimal): -10852311 or 2713690. OLE color: 2713690.
HSL color Cylindrical-coordinate representation of color #5A6829: hue angle of 73.33º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A6829 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 41 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.59 |
| HSL | 73.33º | 0.43% | 0.28% | - |
| HSV(B) | 73.33º | 0.61% | 0.41% | - |
| XYZ | 9.57 | 12.23 | 3.96 | - |
| YUV | 92.63 | 98.86 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 41 | 0.13 | 0 | 0.61 | 0.59 | 73.33 | 0.43 | 0.28 |
| Hex | 5A | 68 | 29 | D | 0 | 3D | 3B | 49 | 2B | 1C |
| Octal | 132 | 150 | 51 | 15 | 0 | 75 | 73 | 111 | 53 | 34 |
| Binary | 1011010 | 1101000 | 101001 | 1101 | 0 | 111101 | 111011 | 1001001 | 101011 | 11100 |
Color Harmonies of #5A6829
Complementary color
Monochromatic Colors of #5A6829
Black with #5A6829
Text Example
Text Example
White with #5A6829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6829; }
p { color: rgb(90,104,41); }
H1.HeaderClassName
{
color: #5A6829;
}
.AnyTagClassName
{
color: #5A6829;
}
</style>
background-color css
<style>
a { background-color: #5A6829; }
a { background-color: rgb(90,104,41); }
div.DivClassName
{
background-color: #5A6829;
}
.BgClassName
{
background-color: #5A6829;
}
</style>
border-color css
<style>
span { border-color: #5A6829; }
span { border-color: rgb(90,104,41); }
td.TdClassName
{
border-color: #5A6829;
}
.TagClassName
{
border-color: #5A6829;
}
</style>