Shades of Fiji Green #5A6719
Tints of Fiji Green #5A6719
RGB
CMYK
RGB Variations
Color information
#5A6719 (or 0x5A6719) is known color: Fiji Green. HEX triplet: 5A, 67 and 19. RGB value is (90,103,25). Sum of RGB (Red+Green+Blue) = 90+103+25=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6719 is #A598E6. Grayscale: #5A5A5A. Windows color (decimal): -10852583 or 1664858. OLE color: 1664858.
HSL color Cylindrical-coordinate representation of color #5A6719: hue angle of 70º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A6719 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 25 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.60 |
| HSL | 70º | 0.61% | 0.25% | - |
| HSV(B) | 70º | 0.76% | 0.4% | - |
| XYZ | 9.24 | 11.94 | 2.74 | - |
| YUV | 90.22 | 91.19 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 25 | 0.13 | 0 | 0.76 | 0.60 | 70 | 0.61 | 0.25 |
| Hex | 5A | 67 | 19 | D | 0 | 4C | 3C | 46 | 3D | 19 |
| Octal | 132 | 147 | 31 | 15 | 0 | 114 | 74 | 106 | 75 | 31 |
| Binary | 1011010 | 1100111 | 11001 | 1101 | 0 | 1001100 | 111100 | 1000110 | 111101 | 11001 |
Color Harmonies of #5A6719
Complementary color
Monochromatic Colors of #5A6719
Black with #5A6719
Text Example
Text Example
White with #5A6719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6719; }
p { color: rgb(90,103,25); }
H1.HeaderClassName
{
color: #5A6719;
}
.AnyTagClassName
{
color: #5A6719;
}
</style>
background-color css
<style>
a { background-color: #5A6719; }
a { background-color: rgb(90,103,25); }
div.DivClassName
{
background-color: #5A6719;
}
.BgClassName
{
background-color: #5A6719;
}
</style>
border-color css
<style>
span { border-color: #5A6719; }
span { border-color: rgb(90,103,25); }
td.TdClassName
{
border-color: #5A6719;
}
.TagClassName
{
border-color: #5A6719;
}
</style>