Shades of Fiji Green #5A670C
Tints of Fiji Green #5A670C
RGB
CMYK
RGB Variations
Color information
#5A670C (or 0x5A670C) is known color: Fiji Green. HEX triplet: 5A, 67 and 0C. RGB value is (90,103,12). Sum of RGB (Red+Green+Blue) = 90+103+12=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #5A670C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A670C is #A598F3. Grayscale: #595959. Windows color (decimal): -10852596 or 812890. OLE color: 812890.
HSL color Cylindrical-coordinate representation of color #5A670C: hue angle of 68.57º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A670C is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 12 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.60 |
| HSL | 68.57º | 0.79% | 0.23% | - |
| HSV(B) | 68.57º | 0.88% | 0.4% | - |
| XYZ | 9.13 | 11.9 | 2.16 | - |
| YUV | 88.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 12 | 0.13 | 0 | 0.88 | 0.60 | 68.57 | 0.79 | 0.23 |
| Hex | 5A | 67 | C | D | 0 | 58 | 3C | 45 | 4F | 17 |
| Octal | 132 | 147 | 14 | 15 | 0 | 130 | 74 | 105 | 117 | 27 |
| Binary | 1011010 | 1100111 | 1100 | 1101 | 0 | 1011000 | 111100 | 1000101 | 1001111 | 10111 |
Color Harmonies of #5A670C
Complementary color
Monochromatic Colors of #5A670C
Black with #5A670C
Text Example
Text Example
White with #5A670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A670C; }
p { color: rgb(90,103,12); }
H1.HeaderClassName
{
color: #5A670C;
}
.AnyTagClassName
{
color: #5A670C;
}
</style>
background-color css
<style>
a { background-color: #5A670C; }
a { background-color: rgb(90,103,12); }
div.DivClassName
{
background-color: #5A670C;
}
.BgClassName
{
background-color: #5A670C;
}
</style>
border-color css
<style>
span { border-color: #5A670C; }
span { border-color: rgb(90,103,12); }
td.TdClassName
{
border-color: #5A670C;
}
.TagClassName
{
border-color: #5A670C;
}
</style>