Shades of Fiji Green #5E6A14
Tints of Fiji Green #5E6A14
RGB
CMYK
RGB Variations
Color information
#5E6A14 (or 0x5E6A14) is known color: Fiji Green. HEX triplet: 5E, 6A and 14. RGB value is (94,106,20). Sum of RGB (Red+Green+Blue) = 94+106+20=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #5E6A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6A14 is #A195EB. Grayscale: #5C5C5C. Windows color (decimal): -10589676 or 1337950. OLE color: 1337950.
HSL color Cylindrical-coordinate representation of color #5E6A14: hue angle of 68.37º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E6A14 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 106 | 20 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.58 |
| HSL | 68.37º | 0.68% | 0.25% | - |
| HSV(B) | 68.37º | 0.81% | 0.42% | - |
| XYZ | 9.9 | 12.74 | 2.6 | - |
| YUV | 92.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 106 | 20 | 0.11 | 0 | 0.81 | 0.58 | 68.37 | 0.68 | 0.25 |
| Hex | 5E | 6A | 14 | B | 0 | 51 | 3A | 44 | 44 | 19 |
| Octal | 136 | 152 | 24 | 13 | 0 | 121 | 72 | 104 | 104 | 31 |
| Binary | 1011110 | 1101010 | 10100 | 1011 | 0 | 1010001 | 111010 | 1000100 | 1000100 | 11001 |
Color Harmonies of #5E6A14
Complementary color
Monochromatic Colors of #5E6A14
Black with #5E6A14
Text Example
Text Example
White with #5E6A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6A14; }
p { color: rgb(94,106,20); }
H1.HeaderClassName
{
color: #5E6A14;
}
.AnyTagClassName
{
color: #5E6A14;
}
</style>
background-color css
<style>
a { background-color: #5E6A14; }
a { background-color: rgb(94,106,20); }
div.DivClassName
{
background-color: #5E6A14;
}
.BgClassName
{
background-color: #5E6A14;
}
</style>
border-color css
<style>
span { border-color: #5E6A14; }
span { border-color: rgb(94,106,20); }
td.TdClassName
{
border-color: #5E6A14;
}
.TagClassName
{
border-color: #5E6A14;
}
</style>