Shades of Fiji Green #5A680E
Tints of Fiji Green #5A680E
RGB
CMYK
RGB Variations
Color information
#5A680E (or 0x5A680E) is known color: Fiji Green. HEX triplet: 5A, 68 and 0E. RGB value is (90,104,14). Sum of RGB (Red+Green+Blue) = 90+104+14=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 104 (41.02% from 255 or 50% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 104 - color contains mainly: green. Hex color #5A680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A680E is #A597F1. Grayscale: #595959. Windows color (decimal): -10852338 or 944218. OLE color: 944218.
HSL color Cylindrical-coordinate representation of color #5A680E: hue angle of 69.33º 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 #5A680E is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 14 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.59 |
| HSL | 69.33º | 0.76% | 0.23% | - |
| HSV(B) | 69.33º | 0.87% | 0.41% | - |
| XYZ | 9.25 | 12.11 | 2.26 | - |
| YUV | 89.55 | 85.36 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 14 | 0.13 | 0 | 0.87 | 0.59 | 69.33 | 0.76 | 0.23 |
| Hex | 5A | 68 | E | D | 0 | 57 | 3B | 45 | 4C | 17 |
| Octal | 132 | 150 | 16 | 15 | 0 | 127 | 73 | 105 | 114 | 27 |
| Binary | 1011010 | 1101000 | 1110 | 1101 | 0 | 1010111 | 111011 | 1000101 | 1001100 | 10111 |
Color Harmonies of #5A680E
Complementary color
Monochromatic Colors of #5A680E
Black with #5A680E
Text Example
Text Example
White with #5A680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A680E; }
p { color: rgb(90,104,14); }
H1.HeaderClassName
{
color: #5A680E;
}
.AnyTagClassName
{
color: #5A680E;
}
</style>
background-color css
<style>
a { background-color: #5A680E; }
a { background-color: rgb(90,104,14); }
div.DivClassName
{
background-color: #5A680E;
}
.BgClassName
{
background-color: #5A680E;
}
</style>
border-color css
<style>
span { border-color: #5A680E; }
span { border-color: rgb(90,104,14); }
td.TdClassName
{
border-color: #5A680E;
}
.TagClassName
{
border-color: #5A680E;
}
</style>