Shades of Fiji Green #5E7327
Tints of Fiji Green #5E7327
RGB
CMYK
RGB Variations
Color information
#5E7327 (or 0x5E7327) is known color: Fiji Green. HEX triplet: 5E, 73 and 27. RGB value is (94,115,39). Sum of RGB (Red+Green+Blue) = 94+115+39=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7327 is #A18CD8. Grayscale: #646464. Windows color (decimal): -10587353 or 2585438. OLE color: 2585438.
HSL color Cylindrical-coordinate representation of color #5E7327: hue angle of 76.58º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E7327 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 39 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.55 |
| HSL | 76.58º | 0.49% | 0.3% | - |
| HSV(B) | 76.58º | 0.66% | 0.45% | - |
| XYZ | 11.11 | 14.79 | 4.19 | - |
| YUV | 100.06 | 93.54 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 39 | 0.18 | 0 | 0.66 | 0.55 | 76.58 | 0.49 | 0.3 |
| Hex | 5E | 73 | 27 | 12 | 0 | 42 | 37 | 4D | 31 | 1E |
| Octal | 136 | 163 | 47 | 22 | 0 | 102 | 67 | 115 | 61 | 36 |
| Binary | 1011110 | 1110011 | 100111 | 10010 | 0 | 1000010 | 110111 | 1001101 | 110001 | 11110 |
Color Harmonies of #5E7327
Complementary color
Monochromatic Colors of #5E7327
Black with #5E7327
Text Example
Text Example
White with #5E7327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7327; }
p { color: rgb(94,115,39); }
H1.HeaderClassName
{
color: #5E7327;
}
.AnyTagClassName
{
color: #5E7327;
}
</style>
background-color css
<style>
a { background-color: #5E7327; }
a { background-color: rgb(94,115,39); }
div.DivClassName
{
background-color: #5E7327;
}
.BgClassName
{
background-color: #5E7327;
}
</style>
border-color css
<style>
span { border-color: #5E7327; }
span { border-color: rgb(94,115,39); }
td.TdClassName
{
border-color: #5E7327;
}
.TagClassName
{
border-color: #5E7327;
}
</style>