Shades of Fiji Green #5E6E1B
Tints of Fiji Green #5E6E1B
RGB
CMYK
RGB Variations
Color information
#5E6E1B (or 0x5E6E1B) is known color: Fiji Green. HEX triplet: 5E, 6E and 1B. RGB value is (94,110,27). Sum of RGB (Red+Green+Blue) = 94+110+27=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6E1B is #A191E4. Grayscale: #606060. Windows color (decimal): -10588645 or 1797726. OLE color: 1797726.
HSL color Cylindrical-coordinate representation of color #5E6E1B: hue angle of 71.57º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E6E1B is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 110 | 27 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.57 |
| HSL | 71.57º | 0.61% | 0.27% | - |
| HSV(B) | 71.57º | 0.75% | 0.43% | - |
| XYZ | 10.39 | 13.61 | 3.12 | - |
| YUV | 95.75 | 89.2 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 110 | 27 | 0.15 | 0 | 0.75 | 0.57 | 71.57 | 0.61 | 0.27 |
| Hex | 5E | 6E | 1B | F | 0 | 4B | 39 | 48 | 3D | 1B |
| Octal | 136 | 156 | 33 | 17 | 0 | 113 | 71 | 110 | 75 | 33 |
| Binary | 1011110 | 1101110 | 11011 | 1111 | 0 | 1001011 | 111001 | 1001000 | 111101 | 11011 |
Color Harmonies of #5E6E1B
Complementary color
Monochromatic Colors of #5E6E1B
Black with #5E6E1B
Text Example
Text Example
White with #5E6E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6E1B; }
p { color: rgb(94,110,27); }
H1.HeaderClassName
{
color: #5E6E1B;
}
.AnyTagClassName
{
color: #5E6E1B;
}
</style>
background-color css
<style>
a { background-color: #5E6E1B; }
a { background-color: rgb(94,110,27); }
div.DivClassName
{
background-color: #5E6E1B;
}
.BgClassName
{
background-color: #5E6E1B;
}
</style>
border-color css
<style>
span { border-color: #5E6E1B; }
span { border-color: rgb(94,110,27); }
td.TdClassName
{
border-color: #5E6E1B;
}
.TagClassName
{
border-color: #5E6E1B;
}
</style>