Shades of Fiji Green #5E6F1B
Tints of Fiji Green #5E6F1B
RGB
CMYK
RGB Variations
Color information
#5E6F1B (or 0x5E6F1B) is known color: Fiji Green. HEX triplet: 5E, 6F and 1B. RGB value is (94,111,27). Sum of RGB (Red+Green+Blue) = 94+111+27=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6F1B is #A190E4. Grayscale: #606060. Windows color (decimal): -10588389 or 1797982. OLE color: 1797982.
HSL color Cylindrical-coordinate representation of color #5E6F1B: hue angle of 72.14º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E6F1B is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 111 | 27 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.56 |
| HSL | 72.14º | 0.61% | 0.27% | - |
| HSV(B) | 72.14º | 0.76% | 0.44% | - |
| XYZ | 10.5 | 13.83 | 3.15 | - |
| YUV | 96.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 27 | 0.15 | 0 | 0.76 | 0.56 | 72.14 | 0.61 | 0.27 |
| Hex | 5E | 6F | 1B | F | 0 | 4C | 38 | 48 | 3D | 1B |
| Octal | 136 | 157 | 33 | 17 | 0 | 114 | 70 | 110 | 75 | 33 |
| Binary | 1011110 | 1101111 | 11011 | 1111 | 0 | 1001100 | 111000 | 1001000 | 111101 | 11011 |
Color Harmonies of #5E6F1B
Complementary color
Monochromatic Colors of #5E6F1B
Black with #5E6F1B
Text Example
Text Example
White with #5E6F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F1B; }
p { color: rgb(94,111,27); }
H1.HeaderClassName
{
color: #5E6F1B;
}
.AnyTagClassName
{
color: #5E6F1B;
}
</style>
background-color css
<style>
a { background-color: #5E6F1B; }
a { background-color: rgb(94,111,27); }
div.DivClassName
{
background-color: #5E6F1B;
}
.BgClassName
{
background-color: #5E6F1B;
}
</style>
border-color css
<style>
span { border-color: #5E6F1B; }
span { border-color: rgb(94,111,27); }
td.TdClassName
{
border-color: #5E6F1B;
}
.TagClassName
{
border-color: #5E6F1B;
}
</style>