Shades of Fiji Green #5E701C
Tints of Fiji Green #5E701C
RGB
CMYK
RGB Variations
Color information
#5E701C (or 0x5E701C) is known color: Fiji Green. HEX triplet: 5E, 70 and 1C. RGB value is (94,112,28). Sum of RGB (Red+Green+Blue) = 94+112+28=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #5E701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E701C is #A18FE3. Grayscale: #616161. Windows color (decimal): -10588132 or 1863774. OLE color: 1863774.
HSL color Cylindrical-coordinate representation of color #5E701C: hue angle of 72.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E701C is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 28 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.56 |
| HSL | 72.86º | 0.6% | 0.27% | - |
| HSV(B) | 72.86º | 0.75% | 0.44% | - |
| XYZ | 10.62 | 14.05 | 3.25 | - |
| YUV | 97.04 | 89.04 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 28 | 0.16 | 0 | 0.75 | 0.56 | 72.86 | 0.6 | 0.27 |
| Hex | 5E | 70 | 1C | 10 | 0 | 4B | 38 | 49 | 3C | 1B |
| Octal | 136 | 160 | 34 | 20 | 0 | 113 | 70 | 111 | 74 | 33 |
| Binary | 1011110 | 1110000 | 11100 | 10000 | 0 | 1001011 | 111000 | 1001001 | 111100 | 11011 |
Color Harmonies of #5E701C
Complementary color
Monochromatic Colors of #5E701C
Black with #5E701C
Text Example
Text Example
White with #5E701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E701C; }
p { color: rgb(94,112,28); }
H1.HeaderClassName
{
color: #5E701C;
}
.AnyTagClassName
{
color: #5E701C;
}
</style>
background-color css
<style>
a { background-color: #5E701C; }
a { background-color: rgb(94,112,28); }
div.DivClassName
{
background-color: #5E701C;
}
.BgClassName
{
background-color: #5E701C;
}
</style>
border-color css
<style>
span { border-color: #5E701C; }
span { border-color: rgb(94,112,28); }
td.TdClassName
{
border-color: #5E701C;
}
.TagClassName
{
border-color: #5E701C;
}
</style>