Shades of Fiji Green #5E5F0F
Tints of Fiji Green #5E5F0F
RGB
CMYK
RGB Variations
Color information
#5E5F0F (or 0x5E5F0F) is known color: Fiji Green. HEX triplet: 5E, 5F and 0F. RGB value is (94,95,15). Sum of RGB (Red+Green+Blue) = 94+95+15=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #5E5F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5F0F is #A1A0F0. Grayscale: #555555. Windows color (decimal): -10592497 or 1007454. OLE color: 1007454.
HSL color Cylindrical-coordinate representation of color #5E5F0F: hue angle of 60.75º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E5F0F is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 95 | 15 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.63 |
| HSL | 60.75º | 0.73% | 0.22% | - |
| HSV(B) | 60.75º | 0.84% | 0.37% | - |
| XYZ | 8.79 | 10.6 | 2.03 | - |
| YUV | 85.58 | 88.17 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 15 | 0.01 | 0 | 0.84 | 0.63 | 60.75 | 0.73 | 0.22 |
| Hex | 5E | 5F | F | 1 | 0 | 54 | 3F | 3D | 49 | 16 |
| Octal | 136 | 137 | 17 | 1 | 0 | 124 | 77 | 75 | 111 | 26 |
| Binary | 1011110 | 1011111 | 1111 | 1 | 0 | 1010100 | 111111 | 111101 | 1001001 | 10110 |
Color Harmonies of #5E5F0F
Complementary color
Monochromatic Colors of #5E5F0F
Black with #5E5F0F
Text Example
Text Example
White with #5E5F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5F0F; }
p { color: rgb(94,95,15); }
H1.HeaderClassName
{
color: #5E5F0F;
}
.AnyTagClassName
{
color: #5E5F0F;
}
</style>
background-color css
<style>
a { background-color: #5E5F0F; }
a { background-color: rgb(94,95,15); }
div.DivClassName
{
background-color: #5E5F0F;
}
.BgClassName
{
background-color: #5E5F0F;
}
</style>
border-color css
<style>
span { border-color: #5E5F0F; }
span { border-color: rgb(94,95,15); }
td.TdClassName
{
border-color: #5E5F0F;
}
.TagClassName
{
border-color: #5E5F0F;
}
</style>