Shades of Fiji Green #5E6415
Tints of Fiji Green #5E6415
RGB
CMYK
RGB Variations
Color information
#5E6415 (or 0x5E6415) is known color: Fiji Green. HEX triplet: 5E, 64 and 15. RGB value is (94,100,21). Sum of RGB (Red+Green+Blue) = 94+100+21=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6415 is #A19BEA. Grayscale: #595959. Windows color (decimal): -10591211 or 1401950. OLE color: 1401950.
HSL color Cylindrical-coordinate representation of color #5E6415: hue angle of 64.56º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E6415 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 100 | 21 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.61 |
| HSL | 64.56º | 0.65% | 0.24% | - |
| HSV(B) | 64.56º | 0.79% | 0.39% | - |
| XYZ | 9.31 | 11.55 | 2.45 | - |
| YUV | 89.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 100 | 21 | 0.06 | 0 | 0.79 | 0.61 | 64.56 | 0.65 | 0.24 |
| Hex | 5E | 64 | 15 | 6 | 0 | 4F | 3D | 41 | 41 | 18 |
| Octal | 136 | 144 | 25 | 6 | 0 | 117 | 75 | 101 | 101 | 30 |
| Binary | 1011110 | 1100100 | 10101 | 110 | 0 | 1001111 | 111101 | 1000001 | 1000001 | 11000 |
Color Harmonies of #5E6415
Complementary color
Monochromatic Colors of #5E6415
Black with #5E6415
Text Example
Text Example
White with #5E6415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6415; }
p { color: rgb(94,100,21); }
H1.HeaderClassName
{
color: #5E6415;
}
.AnyTagClassName
{
color: #5E6415;
}
</style>
background-color css
<style>
a { background-color: #5E6415; }
a { background-color: rgb(94,100,21); }
div.DivClassName
{
background-color: #5E6415;
}
.BgClassName
{
background-color: #5E6415;
}
</style>
border-color css
<style>
span { border-color: #5E6415; }
span { border-color: rgb(94,100,21); }
td.TdClassName
{
border-color: #5E6415;
}
.TagClassName
{
border-color: #5E6415;
}
</style>