Shades of Fiji Green #5E6006
Tints of Fiji Green #5E6006
RGB
CMYK
RGB Variations
Color information
#5E6006 (or 0x5E6006) is known color: Fiji Green. HEX triplet: 5E, 60 and 06. RGB value is (94,96,6). Sum of RGB (Red+Green+Blue) = 94+96+6=196 (25% of max value = 765). Red value is 94 (37.11% from 255 or 47.96% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6006 is #A19FF9. Grayscale: #555555. Windows color (decimal): -10592250 or 417886. OLE color: 417886.
HSL color Cylindrical-coordinate representation of color #5E6006: hue angle of 61.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E6006 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 96 | 6 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.62 |
| HSL | 61.33º | 0.88% | 0.2% | - |
| HSV(B) | 61.33º | 0.94% | 0.38% | - |
| XYZ | 8.83 | 10.76 | 1.78 | - |
| YUV | 85.14 | 83.34 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 6 | 0.02 | 0 | 0.94 | 0.62 | 61.33 | 0.88 | 0.2 |
| Hex | 5E | 60 | 6 | 2 | 0 | 5E | 3E | 3D | 58 | 14 |
| Octal | 136 | 140 | 6 | 2 | 0 | 136 | 76 | 75 | 130 | 24 |
| Binary | 1011110 | 1100000 | 110 | 10 | 0 | 1011110 | 111110 | 111101 | 1011000 | 10100 |
Color Harmonies of #5E6006
Complementary color
Monochromatic Colors of #5E6006
Black with #5E6006
Text Example
Text Example
White with #5E6006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6006; }
p { color: rgb(94,96,6); }
H1.HeaderClassName
{
color: #5E6006;
}
.AnyTagClassName
{
color: #5E6006;
}
</style>
background-color css
<style>
a { background-color: #5E6006; }
a { background-color: rgb(94,96,6); }
div.DivClassName
{
background-color: #5E6006;
}
.BgClassName
{
background-color: #5E6006;
}
</style>
border-color css
<style>
span { border-color: #5E6006; }
span { border-color: rgb(94,96,6); }
td.TdClassName
{
border-color: #5E6006;
}
.TagClassName
{
border-color: #5E6006;
}
</style>