Shades of Fiji Green #5E6C27
Tints of Fiji Green #5E6C27
RGB
CMYK
RGB Variations
Color information
#5E6C27 (or 0x5E6C27) is known color: Fiji Green. HEX triplet: 5E, 6C and 27. RGB value is (94,108,39). Sum of RGB (Red+Green+Blue) = 94+108+39=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #5E6C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6C27 is #A193D8. Grayscale: #606060. Windows color (decimal): -10589145 or 2583646. OLE color: 2583646.
HSL color Cylindrical-coordinate representation of color #5E6C27: hue angle of 72.17º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E6C27 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 108 | 39 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.58 |
| HSL | 72.17º | 0.47% | 0.29% | - |
| HSV(B) | 72.17º | 0.64% | 0.42% | - |
| XYZ | 10.34 | 13.25 | 3.93 | - |
| YUV | 95.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 108 | 39 | 0.13 | 0 | 0.64 | 0.58 | 72.17 | 0.47 | 0.29 |
| Hex | 5E | 6C | 27 | D | 0 | 40 | 3A | 48 | 2F | 1D |
| Octal | 136 | 154 | 47 | 15 | 0 | 100 | 72 | 110 | 57 | 35 |
| Binary | 1011110 | 1101100 | 100111 | 1101 | 0 | 1000000 | 111010 | 1001000 | 101111 | 11101 |
Color Harmonies of #5E6C27
Complementary color
Monochromatic Colors of #5E6C27
Black with #5E6C27
Text Example
Text Example
White with #5E6C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6C27; }
p { color: rgb(94,108,39); }
H1.HeaderClassName
{
color: #5E6C27;
}
.AnyTagClassName
{
color: #5E6C27;
}
</style>
background-color css
<style>
a { background-color: #5E6C27; }
a { background-color: rgb(94,108,39); }
div.DivClassName
{
background-color: #5E6C27;
}
.BgClassName
{
background-color: #5E6C27;
}
</style>
border-color css
<style>
span { border-color: #5E6C27; }
span { border-color: rgb(94,108,39); }
td.TdClassName
{
border-color: #5E6C27;
}
.TagClassName
{
border-color: #5E6C27;
}
</style>