Shades of Fiji Green #5A681E
Tints of Fiji Green #5A681E
RGB
CMYK
RGB Variations
Color information
#5A681E (or 0x5A681E) is known color: Fiji Green. HEX triplet: 5A, 68 and 1E. RGB value is (90,104,30). Sum of RGB (Red+Green+Blue) = 90+104+30=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #5A681E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A681E is #A597E1. Grayscale: #5B5B5B. Windows color (decimal): -10852322 or 1992794. OLE color: 1992794.
HSL color Cylindrical-coordinate representation of color #5A681E: hue angle of 71.35º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A681E is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 30 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.59 |
| HSL | 71.35º | 0.55% | 0.26% | - |
| HSV(B) | 71.35º | 0.71% | 0.41% | - |
| XYZ | 9.4 | 12.17 | 3.08 | - |
| YUV | 91.38 | 93.36 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 30 | 0.13 | 0 | 0.71 | 0.59 | 71.35 | 0.55 | 0.26 |
| Hex | 5A | 68 | 1E | D | 0 | 47 | 3B | 47 | 37 | 1A |
| Octal | 132 | 150 | 36 | 15 | 0 | 107 | 73 | 107 | 67 | 32 |
| Binary | 1011010 | 1101000 | 11110 | 1101 | 0 | 1000111 | 111011 | 1000111 | 110111 | 11010 |
Color Harmonies of #5A681E
Complementary color
Monochromatic Colors of #5A681E
Black with #5A681E
Text Example
Text Example
White with #5A681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A681E; }
p { color: rgb(90,104,30); }
H1.HeaderClassName
{
color: #5A681E;
}
.AnyTagClassName
{
color: #5A681E;
}
</style>
background-color css
<style>
a { background-color: #5A681E; }
a { background-color: rgb(90,104,30); }
div.DivClassName
{
background-color: #5A681E;
}
.BgClassName
{
background-color: #5A681E;
}
</style>
border-color css
<style>
span { border-color: #5A681E; }
span { border-color: rgb(90,104,30); }
td.TdClassName
{
border-color: #5A681E;
}
.TagClassName
{
border-color: #5A681E;
}
</style>