Shades of Fiji Green #5E6814
Tints of Fiji Green #5E6814
RGB
CMYK
RGB Variations
Color information
#5E6814 (or 0x5E6814) is known color: Fiji Green. HEX triplet: 5E, 68 and 14. RGB value is (94,104,20). Sum of RGB (Red+Green+Blue) = 94+104+20=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6814 is #A197EB. Grayscale: #5B5B5B. Windows color (decimal): -10590188 or 1337438. OLE color: 1337438.
HSL color Cylindrical-coordinate representation of color #5E6814: hue angle of 67.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E6814 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 104 | 20 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.59 |
| HSL | 67.14º | 0.68% | 0.24% | - |
| HSV(B) | 67.14º | 0.81% | 0.41% | - |
| XYZ | 9.69 | 12.33 | 2.53 | - |
| YUV | 91.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 104 | 20 | 0.10 | 0 | 0.81 | 0.59 | 67.14 | 0.68 | 0.24 |
| Hex | 5E | 68 | 14 | A | 0 | 51 | 3B | 43 | 44 | 18 |
| Octal | 136 | 150 | 24 | 12 | 0 | 121 | 73 | 103 | 104 | 30 |
| Binary | 1011110 | 1101000 | 10100 | 1010 | 0 | 1010001 | 111011 | 1000011 | 1000100 | 11000 |
Color Harmonies of #5E6814
Complementary color
Monochromatic Colors of #5E6814
Black with #5E6814
Text Example
Text Example
White with #5E6814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6814; }
p { color: rgb(94,104,20); }
H1.HeaderClassName
{
color: #5E6814;
}
.AnyTagClassName
{
color: #5E6814;
}
</style>
background-color css
<style>
a { background-color: #5E6814; }
a { background-color: rgb(94,104,20); }
div.DivClassName
{
background-color: #5E6814;
}
.BgClassName
{
background-color: #5E6814;
}
</style>
border-color css
<style>
span { border-color: #5E6814; }
span { border-color: rgb(94,104,20); }
td.TdClassName
{
border-color: #5E6814;
}
.TagClassName
{
border-color: #5E6814;
}
</style>