Shades of Fiji Green #5E7012
Tints of Fiji Green #5E7012
RGB
CMYK
RGB Variations
Color information
#5E7012 (or 0x5E7012) is known color: Fiji Green. HEX triplet: 5E, 70 and 12. RGB value is (94,112,18). Sum of RGB (Red+Green+Blue) = 94+112+18=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7012 is #A18FED. Grayscale: #606060. Windows color (decimal): -10588142 or 1208414. OLE color: 1208414.
HSL color Cylindrical-coordinate representation of color #5E7012: hue angle of 71.49º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E7012 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 18 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.56 |
| HSL | 71.49º | 0.72% | 0.25% | - |
| HSV(B) | 71.49º | 0.84% | 0.44% | - |
| XYZ | 10.52 | 14.01 | 2.72 | - |
| YUV | 95.9 | 84.04 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 18 | 0.16 | 0 | 0.84 | 0.56 | 71.49 | 0.72 | 0.25 |
| Hex | 5E | 70 | 12 | 10 | 0 | 54 | 38 | 47 | 48 | 19 |
| Octal | 136 | 160 | 22 | 20 | 0 | 124 | 70 | 107 | 110 | 31 |
| Binary | 1011110 | 1110000 | 10010 | 10000 | 0 | 1010100 | 111000 | 1000111 | 1001000 | 11001 |
Color Harmonies of #5E7012
Complementary color
Monochromatic Colors of #5E7012
Black with #5E7012
Text Example
Text Example
White with #5E7012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7012; }
p { color: rgb(94,112,18); }
H1.HeaderClassName
{
color: #5E7012;
}
.AnyTagClassName
{
color: #5E7012;
}
</style>
background-color css
<style>
a { background-color: #5E7012; }
a { background-color: rgb(94,112,18); }
div.DivClassName
{
background-color: #5E7012;
}
.BgClassName
{
background-color: #5E7012;
}
</style>
border-color css
<style>
span { border-color: #5E7012; }
span { border-color: rgb(94,112,18); }
td.TdClassName
{
border-color: #5E7012;
}
.TagClassName
{
border-color: #5E7012;
}
</style>