Shades of Fiji Green #5E720D
Tints of Fiji Green #5E720D
RGB
CMYK
RGB Variations
Color information
#5E720D (or 0x5E720D) is known color: Fiji Green. HEX triplet: 5E, 72 and 0D. RGB value is (94,114,13). Sum of RGB (Red+Green+Blue) = 94+114+13=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #5E720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E720D is #A18DF2. Grayscale: #606060. Windows color (decimal): -10587635 or 881246. OLE color: 881246.
HSL color Cylindrical-coordinate representation of color #5E720D: hue angle of 71.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E720D is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 114 | 13 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.55 |
| HSL | 71.88º | 0.8% | 0.25% | - |
| HSV(B) | 71.88º | 0.89% | 0.45% | - |
| XYZ | 10.71 | 14.44 | 2.6 | - |
| YUV | 96.51 | 80.87 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 13 | 0.18 | 0 | 0.89 | 0.55 | 71.88 | 0.8 | 0.25 |
| Hex | 5E | 72 | D | 12 | 0 | 59 | 37 | 48 | 50 | 19 |
| Octal | 136 | 162 | 15 | 22 | 0 | 131 | 67 | 110 | 120 | 31 |
| Binary | 1011110 | 1110010 | 1101 | 10010 | 0 | 1011001 | 110111 | 1001000 | 1010000 | 11001 |
Color Harmonies of #5E720D
Complementary color
Monochromatic Colors of #5E720D
Black with #5E720D
Text Example
Text Example
White with #5E720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E720D; }
p { color: rgb(94,114,13); }
H1.HeaderClassName
{
color: #5E720D;
}
.AnyTagClassName
{
color: #5E720D;
}
</style>
background-color css
<style>
a { background-color: #5E720D; }
a { background-color: rgb(94,114,13); }
div.DivClassName
{
background-color: #5E720D;
}
.BgClassName
{
background-color: #5E720D;
}
</style>
border-color css
<style>
span { border-color: #5E720D; }
span { border-color: rgb(94,114,13); }
td.TdClassName
{
border-color: #5E720D;
}
.TagClassName
{
border-color: #5E720D;
}
</style>