Shades of Fiji Green #5A6317
Tints of Fiji Green #5A6317
RGB
CMYK
RGB Variations
Color information
#5A6317 (or 0x5A6317) is known color: Fiji Green. HEX triplet: 5A, 63 and 17. RGB value is (90,99,23). Sum of RGB (Red+Green+Blue) = 90+99+23=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6317 is #A59CE8. Grayscale: #575757. Windows color (decimal): -10853609 or 1532762. OLE color: 1532762.
HSL color Cylindrical-coordinate representation of color #5A6317: hue angle of 67.11º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A6317 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 23 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.61 |
| HSL | 67.11º | 0.62% | 0.24% | - |
| HSV(B) | 67.11º | 0.77% | 0.39% | - |
| XYZ | 8.83 | 11.16 | 2.5 | - |
| YUV | 87.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 23 | 0.09 | 0 | 0.77 | 0.61 | 67.11 | 0.62 | 0.24 |
| Hex | 5A | 63 | 17 | 9 | 0 | 4D | 3D | 43 | 3E | 18 |
| Octal | 132 | 143 | 27 | 11 | 0 | 115 | 75 | 103 | 76 | 30 |
| Binary | 1011010 | 1100011 | 10111 | 1001 | 0 | 1001101 | 111101 | 1000011 | 111110 | 11000 |
Color Harmonies of #5A6317
Complementary color
Monochromatic Colors of #5A6317
Black with #5A6317
Text Example
Text Example
White with #5A6317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6317; }
p { color: rgb(90,99,23); }
H1.HeaderClassName
{
color: #5A6317;
}
.AnyTagClassName
{
color: #5A6317;
}
</style>
background-color css
<style>
a { background-color: #5A6317; }
a { background-color: rgb(90,99,23); }
div.DivClassName
{
background-color: #5A6317;
}
.BgClassName
{
background-color: #5A6317;
}
</style>
border-color css
<style>
span { border-color: #5A6317; }
span { border-color: rgb(90,99,23); }
td.TdClassName
{
border-color: #5A6317;
}
.TagClassName
{
border-color: #5A6317;
}
</style>