Shades of Fiji Green #5A671A
Tints of Fiji Green #5A671A
RGB
CMYK
RGB Variations
Color information
#5A671A (or 0x5A671A) is known color: Fiji Green. HEX triplet: 5A, 67 and 1A. RGB value is (90,103,26). Sum of RGB (Red+Green+Blue) = 90+103+26=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #5A671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A671A is #A598E5. Grayscale: #5A5A5A. Windows color (decimal): -10852582 or 1730394. OLE color: 1730394.
HSL color Cylindrical-coordinate representation of color #5A671A: hue angle of 70.13º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A671A is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 26 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.60 |
| HSL | 70.13º | 0.6% | 0.25% | - |
| HSV(B) | 70.13º | 0.75% | 0.4% | - |
| XYZ | 9.25 | 11.95 | 2.8 | - |
| YUV | 90.34 | 91.69 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 26 | 0.13 | 0 | 0.75 | 0.60 | 70.13 | 0.6 | 0.25 |
| Hex | 5A | 67 | 1A | D | 0 | 4B | 3C | 46 | 3C | 19 |
| Octal | 132 | 147 | 32 | 15 | 0 | 113 | 74 | 106 | 74 | 31 |
| Binary | 1011010 | 1100111 | 11010 | 1101 | 0 | 1001011 | 111100 | 1000110 | 111100 | 11001 |
Color Harmonies of #5A671A
Complementary color
Monochromatic Colors of #5A671A
Black with #5A671A
Text Example
Text Example
White with #5A671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A671A; }
p { color: rgb(90,103,26); }
H1.HeaderClassName
{
color: #5A671A;
}
.AnyTagClassName
{
color: #5A671A;
}
</style>
background-color css
<style>
a { background-color: #5A671A; }
a { background-color: rgb(90,103,26); }
div.DivClassName
{
background-color: #5A671A;
}
.BgClassName
{
background-color: #5A671A;
}
</style>
border-color css
<style>
span { border-color: #5A671A; }
span { border-color: rgb(90,103,26); }
td.TdClassName
{
border-color: #5A671A;
}
.TagClassName
{
border-color: #5A671A;
}
</style>