Shades of Fiji Green #5E6318
Tints of Fiji Green #5E6318
RGB
CMYK
RGB Variations
Color information
#5E6318 (or 0x5E6318) is known color: Fiji Green. HEX triplet: 5E, 63 and 18. RGB value is (94,99,24). Sum of RGB (Red+Green+Blue) = 94+99+24=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6318 is #A19CE7. Grayscale: #595959. Windows color (decimal): -10591464 or 1598302. OLE color: 1598302.
HSL color Cylindrical-coordinate representation of color #5E6318: hue angle of 64º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E6318 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 24 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.61 |
| HSL | 64º | 0.61% | 0.24% | - |
| HSV(B) | 64º | 0.76% | 0.39% | - |
| XYZ | 9.24 | 11.37 | 2.57 | - |
| YUV | 88.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 24 | 0.05 | 0 | 0.76 | 0.61 | 64 | 0.61 | 0.24 |
| Hex | 5E | 63 | 18 | 5 | 0 | 4C | 3D | 40 | 3D | 18 |
| Octal | 136 | 143 | 30 | 5 | 0 | 114 | 75 | 100 | 75 | 30 |
| Binary | 1011110 | 1100011 | 11000 | 101 | 0 | 1001100 | 111101 | 1000000 | 111101 | 11000 |
Color Harmonies of #5E6318
Complementary color
Monochromatic Colors of #5E6318
Black with #5E6318
Text Example
Text Example
White with #5E6318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6318; }
p { color: rgb(94,99,24); }
H1.HeaderClassName
{
color: #5E6318;
}
.AnyTagClassName
{
color: #5E6318;
}
</style>
background-color css
<style>
a { background-color: #5E6318; }
a { background-color: rgb(94,99,24); }
div.DivClassName
{
background-color: #5E6318;
}
.BgClassName
{
background-color: #5E6318;
}
</style>
border-color css
<style>
span { border-color: #5E6318; }
span { border-color: rgb(94,99,24); }
td.TdClassName
{
border-color: #5E6318;
}
.TagClassName
{
border-color: #5E6318;
}
</style>