Shades of Fiji Green #5E650F
Tints of Fiji Green #5E650F
RGB
CMYK
RGB Variations
Color information
#5E650F (or 0x5E650F) is known color: Fiji Green. HEX triplet: 5E, 65 and 0F. RGB value is (94,101,15). Sum of RGB (Red+Green+Blue) = 94+101+15=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #5E650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E650F is #A19AF0. Grayscale: #595959. Windows color (decimal): -10590961 or 1008990. OLE color: 1008990.
HSL color Cylindrical-coordinate representation of color #5E650F: hue angle of 64.88º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E650F is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 15 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.60 |
| HSL | 64.88º | 0.74% | 0.23% | - |
| HSV(B) | 64.88º | 0.85% | 0.4% | - |
| XYZ | 9.36 | 11.72 | 2.22 | - |
| YUV | 89.1 | 86.18 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 15 | 0.07 | 0 | 0.85 | 0.60 | 64.88 | 0.74 | 0.23 |
| Hex | 5E | 65 | F | 7 | 0 | 55 | 3C | 41 | 4A | 17 |
| Octal | 136 | 145 | 17 | 7 | 0 | 125 | 74 | 101 | 112 | 27 |
| Binary | 1011110 | 1100101 | 1111 | 111 | 0 | 1010101 | 111100 | 1000001 | 1001010 | 10111 |
Color Harmonies of #5E650F
Complementary color
Monochromatic Colors of #5E650F
Black with #5E650F
Text Example
Text Example
White with #5E650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E650F; }
p { color: rgb(94,101,15); }
H1.HeaderClassName
{
color: #5E650F;
}
.AnyTagClassName
{
color: #5E650F;
}
</style>
background-color css
<style>
a { background-color: #5E650F; }
a { background-color: rgb(94,101,15); }
div.DivClassName
{
background-color: #5E650F;
}
.BgClassName
{
background-color: #5E650F;
}
</style>
border-color css
<style>
span { border-color: #5E650F; }
span { border-color: rgb(94,101,15); }
td.TdClassName
{
border-color: #5E650F;
}
.TagClassName
{
border-color: #5E650F;
}
</style>