Shades of Fiji Green #5E6F19
Tints of Fiji Green #5E6F19
RGB
CMYK
RGB Variations
Color information
#5E6F19 (or 0x5E6F19) is known color: Fiji Green. HEX triplet: 5E, 6F and 19. RGB value is (94,111,25). Sum of RGB (Red+Green+Blue) = 94+111+25=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6F19 is #A190E6. Grayscale: #606060. Windows color (decimal): -10588391 or 1666910. OLE color: 1666910.
HSL color Cylindrical-coordinate representation of color #5E6F19: hue angle of 71.86º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E6F19 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 111 | 25 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.56 |
| HSL | 71.86º | 0.63% | 0.27% | - |
| HSV(B) | 71.86º | 0.77% | 0.44% | - |
| XYZ | 10.48 | 13.82 | 3.03 | - |
| YUV | 96.11 | 87.87 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 25 | 0.15 | 0 | 0.77 | 0.56 | 71.86 | 0.63 | 0.27 |
| Hex | 5E | 6F | 19 | F | 0 | 4D | 38 | 48 | 3F | 1B |
| Octal | 136 | 157 | 31 | 17 | 0 | 115 | 70 | 110 | 77 | 33 |
| Binary | 1011110 | 1101111 | 11001 | 1111 | 0 | 1001101 | 111000 | 1001000 | 111111 | 11011 |
Color Harmonies of #5E6F19
Complementary color
Monochromatic Colors of #5E6F19
Black with #5E6F19
Text Example
Text Example
White with #5E6F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F19; }
p { color: rgb(94,111,25); }
H1.HeaderClassName
{
color: #5E6F19;
}
.AnyTagClassName
{
color: #5E6F19;
}
</style>
background-color css
<style>
a { background-color: #5E6F19; }
a { background-color: rgb(94,111,25); }
div.DivClassName
{
background-color: #5E6F19;
}
.BgClassName
{
background-color: #5E6F19;
}
</style>
border-color css
<style>
span { border-color: #5E6F19; }
span { border-color: rgb(94,111,25); }
td.TdClassName
{
border-color: #5E6F19;
}
.TagClassName
{
border-color: #5E6F19;
}
</style>