Shades of Fiji Green #5A690E
Tints of Fiji Green #5A690E
RGB
CMYK
RGB Variations
Color information
#5A690E (or 0x5A690E) is known color: Fiji Green. HEX triplet: 5A, 69 and 0E. RGB value is (90,105,14). Sum of RGB (Red+Green+Blue) = 90+105+14=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #5A690E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A690E is #A596F1. Grayscale: #5A5A5A. Windows color (decimal): -10852082 or 944474. OLE color: 944474.
HSL color Cylindrical-coordinate representation of color #5A690E: hue angle of 69.89º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A690E is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 14 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.59 |
| HSL | 69.89º | 0.76% | 0.23% | - |
| HSV(B) | 69.89º | 0.87% | 0.41% | - |
| XYZ | 9.35 | 12.31 | 2.3 | - |
| YUV | 90.14 | 85.03 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 14 | 0.14 | 0 | 0.87 | 0.59 | 69.89 | 0.76 | 0.23 |
| Hex | 5A | 69 | E | E | 0 | 57 | 3B | 46 | 4C | 17 |
| Octal | 132 | 151 | 16 | 16 | 0 | 127 | 73 | 106 | 114 | 27 |
| Binary | 1011010 | 1101001 | 1110 | 1110 | 0 | 1010111 | 111011 | 1000110 | 1001100 | 10111 |
Color Harmonies of #5A690E
Complementary color
Monochromatic Colors of #5A690E
Black with #5A690E
Text Example
Text Example
White with #5A690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A690E; }
p { color: rgb(90,105,14); }
H1.HeaderClassName
{
color: #5A690E;
}
.AnyTagClassName
{
color: #5A690E;
}
</style>
background-color css
<style>
a { background-color: #5A690E; }
a { background-color: rgb(90,105,14); }
div.DivClassName
{
background-color: #5A690E;
}
.BgClassName
{
background-color: #5A690E;
}
</style>
border-color css
<style>
span { border-color: #5A690E; }
span { border-color: rgb(90,105,14); }
td.TdClassName
{
border-color: #5A690E;
}
.TagClassName
{
border-color: #5A690E;
}
</style>