Shades of Fiji Green #5E6A0D
Tints of Fiji Green #5E6A0D
RGB
CMYK
RGB Variations
Color information
#5E6A0D (or 0x5E6A0D) is known color: Fiji Green. HEX triplet: 5E, 6A and 0D. RGB value is (94,106,13). Sum of RGB (Red+Green+Blue) = 94+106+13=213 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.13% from 213); Green value is 106 (41.80% from 255 or 49.77% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 106 - color contains mainly: green. Hex color #5E6A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6A0D is #A195F2. Grayscale: #5C5C5C. Windows color (decimal): -10589683 or 879198. OLE color: 879198.
HSL color Cylindrical-coordinate representation of color #5E6A0D: hue angle of 67.74º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E6A0D is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 106 | 13 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.58 |
| HSL | 67.74º | 0.78% | 0.23% | - |
| HSV(B) | 67.74º | 0.88% | 0.42% | - |
| XYZ | 9.84 | 12.72 | 2.32 | - |
| YUV | 91.81 | 83.52 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 106 | 13 | 0.11 | 0 | 0.88 | 0.58 | 67.74 | 0.78 | 0.23 |
| Hex | 5E | 6A | D | B | 0 | 58 | 3A | 44 | 4E | 17 |
| Octal | 136 | 152 | 15 | 13 | 0 | 130 | 72 | 104 | 116 | 27 |
| Binary | 1011110 | 1101010 | 1101 | 1011 | 0 | 1011000 | 111010 | 1000100 | 1001110 | 10111 |
Color Harmonies of #5E6A0D
Complementary color
Monochromatic Colors of #5E6A0D
Black with #5E6A0D
Text Example
Text Example
White with #5E6A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6A0D; }
p { color: rgb(94,106,13); }
H1.HeaderClassName
{
color: #5E6A0D;
}
.AnyTagClassName
{
color: #5E6A0D;
}
</style>
background-color css
<style>
a { background-color: #5E6A0D; }
a { background-color: rgb(94,106,13); }
div.DivClassName
{
background-color: #5E6A0D;
}
.BgClassName
{
background-color: #5E6A0D;
}
</style>
border-color css
<style>
span { border-color: #5E6A0D; }
span { border-color: rgb(94,106,13); }
td.TdClassName
{
border-color: #5E6A0D;
}
.TagClassName
{
border-color: #5E6A0D;
}
</style>