Shades of Fiji Green #5A6728
Tints of Fiji Green #5A6728
RGB
CMYK
RGB Variations
Color information
#5A6728 (or 0x5A6728) is known color: Fiji Green. HEX triplet: 5A, 67 and 28. RGB value is (90,103,40). Sum of RGB (Red+Green+Blue) = 90+103+40=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6728 is #A598D7. Grayscale: #5C5C5C. Windows color (decimal): -10852568 or 2647898. OLE color: 2647898.
HSL color Cylindrical-coordinate representation of color #5A6728: hue angle of 72.38º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A6728 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 40 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.60 |
| HSL | 72.38º | 0.44% | 0.28% | - |
| HSV(B) | 72.38º | 0.61% | 0.4% | - |
| XYZ | 9.45 | 12.03 | 3.83 | - |
| YUV | 91.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 40 | 0.13 | 0 | 0.61 | 0.60 | 72.38 | 0.44 | 0.28 |
| Hex | 5A | 67 | 28 | D | 0 | 3D | 3C | 48 | 2C | 1C |
| Octal | 132 | 147 | 50 | 15 | 0 | 75 | 74 | 110 | 54 | 34 |
| Binary | 1011010 | 1100111 | 101000 | 1101 | 0 | 111101 | 111100 | 1001000 | 101100 | 11100 |
Color Harmonies of #5A6728
Complementary color
Monochromatic Colors of #5A6728
Black with #5A6728
Text Example
Text Example
White with #5A6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6728; }
p { color: rgb(90,103,40); }
H1.HeaderClassName
{
color: #5A6728;
}
.AnyTagClassName
{
color: #5A6728;
}
</style>
background-color css
<style>
a { background-color: #5A6728; }
a { background-color: rgb(90,103,40); }
div.DivClassName
{
background-color: #5A6728;
}
.BgClassName
{
background-color: #5A6728;
}
</style>
border-color css
<style>
span { border-color: #5A6728; }
span { border-color: rgb(90,103,40); }
td.TdClassName
{
border-color: #5A6728;
}
.TagClassName
{
border-color: #5A6728;
}
</style>