Shades of Fiji Green #5A680C
Tints of Fiji Green #5A680C
RGB
CMYK
RGB Variations
Color information
#5A680C (or 0x5A680C) is known color: Fiji Green. HEX triplet: 5A, 68 and 0C. RGB value is (90,104,12). Sum of RGB (Red+Green+Blue) = 90+104+12=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #5A680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A680C is #A597F3. Grayscale: #595959. Windows color (decimal): -10852340 or 813146. OLE color: 813146.
HSL color Cylindrical-coordinate representation of color #5A680C: hue angle of 69.13º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A680C is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 12 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.59 |
| HSL | 69.13º | 0.79% | 0.23% | - |
| HSV(B) | 69.13º | 0.88% | 0.41% | - |
| XYZ | 9.23 | 12.1 | 2.2 | - |
| YUV | 89.33 | 84.36 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 12 | 0.13 | 0 | 0.88 | 0.59 | 69.13 | 0.79 | 0.23 |
| Hex | 5A | 68 | C | D | 0 | 58 | 3B | 45 | 4F | 17 |
| Octal | 132 | 150 | 14 | 15 | 0 | 130 | 73 | 105 | 117 | 27 |
| Binary | 1011010 | 1101000 | 1100 | 1101 | 0 | 1011000 | 111011 | 1000101 | 1001111 | 10111 |
Color Harmonies of #5A680C
Complementary color
Monochromatic Colors of #5A680C
Black with #5A680C
Text Example
Text Example
White with #5A680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A680C; }
p { color: rgb(90,104,12); }
H1.HeaderClassName
{
color: #5A680C;
}
.AnyTagClassName
{
color: #5A680C;
}
</style>
background-color css
<style>
a { background-color: #5A680C; }
a { background-color: rgb(90,104,12); }
div.DivClassName
{
background-color: #5A680C;
}
.BgClassName
{
background-color: #5A680C;
}
</style>
border-color css
<style>
span { border-color: #5A680C; }
span { border-color: rgb(90,104,12); }
td.TdClassName
{
border-color: #5A680C;
}
.TagClassName
{
border-color: #5A680C;
}
</style>