Shades of Fiji Green #5A680A
Tints of Fiji Green #5A680A
RGB
CMYK
RGB Variations
Color information
#5A680A (or 0x5A680A) is known color: Fiji Green. HEX triplet: 5A, 68 and 0A. RGB value is (90,104,10). Sum of RGB (Red+Green+Blue) = 90+104+10=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #5A680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A680A is #A597F5. Grayscale: #595959. Windows color (decimal): -10852342 or 682074. OLE color: 682074.
HSL color Cylindrical-coordinate representation of color #5A680A: hue angle of 68.94º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A680A is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 10 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.59 |
| HSL | 68.94º | 0.82% | 0.22% | - |
| HSV(B) | 68.94º | 0.9% | 0.41% | - |
| XYZ | 9.22 | 12.1 | 2.14 | - |
| YUV | 89.1 | 83.36 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 10 | 0.13 | 0 | 0.90 | 0.59 | 68.94 | 0.82 | 0.22 |
| Hex | 5A | 68 | A | D | 0 | 5A | 3B | 45 | 52 | 16 |
| Octal | 132 | 150 | 12 | 15 | 0 | 132 | 73 | 105 | 122 | 26 |
| Binary | 1011010 | 1101000 | 1010 | 1101 | 0 | 1011010 | 111011 | 1000101 | 1010010 | 10110 |
Color Harmonies of #5A680A
Complementary color
Monochromatic Colors of #5A680A
Black with #5A680A
Text Example
Text Example
White with #5A680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A680A; }
p { color: rgb(90,104,10); }
H1.HeaderClassName
{
color: #5A680A;
}
.AnyTagClassName
{
color: #5A680A;
}
</style>
background-color css
<style>
a { background-color: #5A680A; }
a { background-color: rgb(90,104,10); }
div.DivClassName
{
background-color: #5A680A;
}
.BgClassName
{
background-color: #5A680A;
}
</style>
border-color css
<style>
span { border-color: #5A680A; }
span { border-color: rgb(90,104,10); }
td.TdClassName
{
border-color: #5A680A;
}
.TagClassName
{
border-color: #5A680A;
}
</style>