Shades of Fiji Green #5E6010
Tints of Fiji Green #5E6010
RGB
CMYK
RGB Variations
Color information
#5E6010 (or 0x5E6010) is known color: Fiji Green. HEX triplet: 5E, 60 and 10. RGB value is (94,96,16). Sum of RGB (Red+Green+Blue) = 94+96+16=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6010 is #A19FEF. Grayscale: #565656. Windows color (decimal): -10592240 or 1073246. OLE color: 1073246.
HSL color Cylindrical-coordinate representation of color #5E6010: hue angle of 61.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E6010 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 96 | 16 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.62 |
| HSL | 61.5º | 0.71% | 0.22% | - |
| HSV(B) | 61.5º | 0.83% | 0.38% | - |
| XYZ | 8.89 | 10.78 | 2.1 | - |
| YUV | 86.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 16 | 0.02 | 0 | 0.83 | 0.62 | 61.5 | 0.71 | 0.22 |
| Hex | 5E | 60 | 10 | 2 | 0 | 53 | 3E | 3E | 47 | 16 |
| Octal | 136 | 140 | 20 | 2 | 0 | 123 | 76 | 76 | 107 | 26 |
| Binary | 1011110 | 1100000 | 10000 | 10 | 0 | 1010011 | 111110 | 111110 | 1000111 | 10110 |
Color Harmonies of #5E6010
Complementary color
Monochromatic Colors of #5E6010
Black with #5E6010
Text Example
Text Example
White with #5E6010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6010; }
p { color: rgb(94,96,16); }
H1.HeaderClassName
{
color: #5E6010;
}
.AnyTagClassName
{
color: #5E6010;
}
</style>
background-color css
<style>
a { background-color: #5E6010; }
a { background-color: rgb(94,96,16); }
div.DivClassName
{
background-color: #5E6010;
}
.BgClassName
{
background-color: #5E6010;
}
</style>
border-color css
<style>
span { border-color: #5E6010; }
span { border-color: rgb(94,96,16); }
td.TdClassName
{
border-color: #5E6010;
}
.TagClassName
{
border-color: #5E6010;
}
</style>