Shades of Fiji Green #5A661F
Tints of Fiji Green #5A661F
RGB
CMYK
RGB Variations
Color information
#5A661F (or 0x5A661F) is known color: Fiji Green. HEX triplet: 5A, 66 and 1F. RGB value is (90,102,31). Sum of RGB (Red+Green+Blue) = 90+102+31=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #5A661F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A661F is #A599E0. Grayscale: #5A5A5A. Windows color (decimal): -10852833 or 2057818. OLE color: 2057818.
HSL color Cylindrical-coordinate representation of color #5A661F: hue angle of 70.14º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A661F is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 102 | 31 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.6 |
| HSL | 70.14º | 0.53% | 0.26% | - |
| HSV(B) | 70.14º | 0.7% | 0.4% | - |
| XYZ | 9.22 | 11.78 | 3.08 | - |
| YUV | 90.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 31 | 0.12 | 0 | 0.70 | 0.6 | 70.14 | 0.53 | 0.26 |
| Hex | 5A | 66 | 1F | C | 0 | 46 | 3C | 46 | 35 | 1A |
| Octal | 132 | 146 | 37 | 14 | 0 | 106 | 74 | 106 | 65 | 32 |
| Binary | 1011010 | 1100110 | 11111 | 1100 | 0 | 1000110 | 111100 | 1000110 | 110101 | 11010 |
Color Harmonies of #5A661F
Complementary color
Monochromatic Colors of #5A661F
Black with #5A661F
Text Example
Text Example
White with #5A661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A661F; }
p { color: rgb(90,102,31); }
H1.HeaderClassName
{
color: #5A661F;
}
.AnyTagClassName
{
color: #5A661F;
}
</style>
background-color css
<style>
a { background-color: #5A661F; }
a { background-color: rgb(90,102,31); }
div.DivClassName
{
background-color: #5A661F;
}
.BgClassName
{
background-color: #5A661F;
}
</style>
border-color css
<style>
span { border-color: #5A661F; }
span { border-color: rgb(90,102,31); }
td.TdClassName
{
border-color: #5A661F;
}
.TagClassName
{
border-color: #5A661F;
}
</style>