Shades of Fiji Green #5E5F0A
Tints of Fiji Green #5E5F0A
RGB
CMYK
RGB Variations
Color information
#5E5F0A (or 0x5E5F0A) is known color: Fiji Green. HEX triplet: 5E, 5F and 0A. RGB value is (94,95,10). Sum of RGB (Red+Green+Blue) = 94+95+10=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #5E5F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5F0A is #A1A0F5. Grayscale: #555555. Windows color (decimal): -10592502 or 679774. OLE color: 679774.
HSL color Cylindrical-coordinate representation of color #5E5F0A: hue angle of 60.71º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E5F0A is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 95 | 10 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.63 |
| HSL | 60.71º | 0.81% | 0.21% | - |
| HSV(B) | 60.71º | 0.89% | 0.37% | - |
| XYZ | 8.76 | 10.59 | 1.87 | - |
| YUV | 85.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 10 | 0.01 | 0 | 0.89 | 0.63 | 60.71 | 0.81 | 0.21 |
| Hex | 5E | 5F | A | 1 | 0 | 59 | 3F | 3D | 51 | 15 |
| Octal | 136 | 137 | 12 | 1 | 0 | 131 | 77 | 75 | 121 | 25 |
| Binary | 1011110 | 1011111 | 1010 | 1 | 0 | 1011001 | 111111 | 111101 | 1010001 | 10101 |
Color Harmonies of #5E5F0A
Complementary color
Monochromatic Colors of #5E5F0A
Black with #5E5F0A
Text Example
Text Example
White with #5E5F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5F0A; }
p { color: rgb(94,95,10); }
H1.HeaderClassName
{
color: #5E5F0A;
}
.AnyTagClassName
{
color: #5E5F0A;
}
</style>
background-color css
<style>
a { background-color: #5E5F0A; }
a { background-color: rgb(94,95,10); }
div.DivClassName
{
background-color: #5E5F0A;
}
.BgClassName
{
background-color: #5E5F0A;
}
</style>
border-color css
<style>
span { border-color: #5E5F0A; }
span { border-color: rgb(94,95,10); }
td.TdClassName
{
border-color: #5E5F0A;
}
.TagClassName
{
border-color: #5E5F0A;
}
</style>