Shades of Fiji Green #5E6B0D
Tints of Fiji Green #5E6B0D
RGB
CMYK
RGB Variations
Color information
#5E6B0D (or 0x5E6B0D) is known color: Fiji Green. HEX triplet: 5E, 6B and 0D. RGB value is (94,107,13). Sum of RGB (Red+Green+Blue) = 94+107+13=214 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.93% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6B0D is #A194F2. Grayscale: #5C5C5C. Windows color (decimal): -10589427 or 879454. OLE color: 879454.
HSL color Cylindrical-coordinate representation of color #5E6B0D: hue angle of 68.3º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E6B0D is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 107 | 13 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.58 |
| HSL | 68.3º | 0.78% | 0.24% | - |
| HSV(B) | 68.3º | 0.88% | 0.42% | - |
| XYZ | 9.95 | 12.92 | 2.35 | - |
| YUV | 92.4 | 83.19 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 13 | 0.12 | 0 | 0.88 | 0.58 | 68.3 | 0.78 | 0.24 |
| Hex | 5E | 6B | D | C | 0 | 58 | 3A | 44 | 4E | 18 |
| Octal | 136 | 153 | 15 | 14 | 0 | 130 | 72 | 104 | 116 | 30 |
| Binary | 1011110 | 1101011 | 1101 | 1100 | 0 | 1011000 | 111010 | 1000100 | 1001110 | 11000 |
Color Harmonies of #5E6B0D
Complementary color
Monochromatic Colors of #5E6B0D
Black with #5E6B0D
Text Example
Text Example
White with #5E6B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B0D; }
p { color: rgb(94,107,13); }
H1.HeaderClassName
{
color: #5E6B0D;
}
.AnyTagClassName
{
color: #5E6B0D;
}
</style>
background-color css
<style>
a { background-color: #5E6B0D; }
a { background-color: rgb(94,107,13); }
div.DivClassName
{
background-color: #5E6B0D;
}
.BgClassName
{
background-color: #5E6B0D;
}
</style>
border-color css
<style>
span { border-color: #5E6B0D; }
span { border-color: rgb(94,107,13); }
td.TdClassName
{
border-color: #5E6B0D;
}
.TagClassName
{
border-color: #5E6B0D;
}
</style>