Shades of Fiji Green #5E6212
Tints of Fiji Green #5E6212
RGB
CMYK
RGB Variations
Color information
#5E6212 (or 0x5E6212) is known color: Fiji Green. HEX triplet: 5E, 62 and 12. RGB value is (94,98,18). Sum of RGB (Red+Green+Blue) = 94+98+18=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6212 is #A19DED. Grayscale: #585858. Windows color (decimal): -10591726 or 1204830. OLE color: 1204830.
HSL color Cylindrical-coordinate representation of color #5E6212: hue angle of 63º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E6212 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 18 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.62 |
| HSL | 63º | 0.69% | 0.23% | - |
| HSV(B) | 63º | 0.82% | 0.38% | - |
| XYZ | 9.09 | 11.16 | 2.25 | - |
| YUV | 87.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 18 | 0.04 | 0 | 0.82 | 0.62 | 63 | 0.69 | 0.23 |
| Hex | 5E | 62 | 12 | 4 | 0 | 52 | 3E | 3F | 45 | 17 |
| Octal | 136 | 142 | 22 | 4 | 0 | 122 | 76 | 77 | 105 | 27 |
| Binary | 1011110 | 1100010 | 10010 | 100 | 0 | 1010010 | 111110 | 111111 | 1000101 | 10111 |
Color Harmonies of #5E6212
Complementary color
Monochromatic Colors of #5E6212
Black with #5E6212
Text Example
Text Example
White with #5E6212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6212; }
p { color: rgb(94,98,18); }
H1.HeaderClassName
{
color: #5E6212;
}
.AnyTagClassName
{
color: #5E6212;
}
</style>
background-color css
<style>
a { background-color: #5E6212; }
a { background-color: rgb(94,98,18); }
div.DivClassName
{
background-color: #5E6212;
}
.BgClassName
{
background-color: #5E6212;
}
</style>
border-color css
<style>
span { border-color: #5E6212; }
span { border-color: rgb(94,98,18); }
td.TdClassName
{
border-color: #5E6212;
}
.TagClassName
{
border-color: #5E6212;
}
</style>