Shades of Fiji Green #5E6501
Tints of Fiji Green #5E6501
RGB
CMYK
RGB Variations
Color information
#5E6501 (or 0x5E6501) is known color: Fiji Green. HEX triplet: 5E, 65 and 01. RGB value is (94,101,1). Sum of RGB (Red+Green+Blue) = 94+101+1=196 (25% of max value = 765). Red value is 94 (37.11% from 255 or 47.96% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6501 is #A19AFE. Grayscale: #575757. Windows color (decimal): -10590975 or 91486. OLE color: 91486.
HSL color Cylindrical-coordinate representation of color #5E6501: hue angle of 64.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E6501 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.60 |
| HSL | 64.2º | 0.98% | 0.2% | - |
| HSV(B) | 64.2º | 0.99% | 0.4% | - |
| XYZ | 9.28 | 11.69 | 1.8 | - |
| YUV | 87.51 | 79.18 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 1 | 0.07 | 0 | 0.99 | 0.60 | 64.2 | 0.98 | 0.2 |
| Hex | 5E | 65 | 1 | 7 | 0 | 63 | 3C | 40 | 62 | 14 |
| Octal | 136 | 145 | 1 | 7 | 0 | 143 | 74 | 100 | 142 | 24 |
| Binary | 1011110 | 1100101 | 1 | 111 | 0 | 1100011 | 111100 | 1000000 | 1100010 | 10100 |
Color Harmonies of #5E6501
Complementary color
Monochromatic Colors of #5E6501
Black with #5E6501
Text Example
Text Example
White with #5E6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6501; }
p { color: rgb(94,101,1); }
H1.HeaderClassName
{
color: #5E6501;
}
.AnyTagClassName
{
color: #5E6501;
}
</style>
background-color css
<style>
a { background-color: #5E6501; }
a { background-color: rgb(94,101,1); }
div.DivClassName
{
background-color: #5E6501;
}
.BgClassName
{
background-color: #5E6501;
}
</style>
border-color css
<style>
span { border-color: #5E6501; }
span { border-color: rgb(94,101,1); }
td.TdClassName
{
border-color: #5E6501;
}
.TagClassName
{
border-color: #5E6501;
}
</style>