Shades of Fiji Green #5E6009
Tints of Fiji Green #5E6009
RGB
CMYK
RGB Variations
Color information
#5E6009 (or 0x5E6009) is known color: Fiji Green. HEX triplet: 5E, 60 and 09. RGB value is (94,96,9). Sum of RGB (Red+Green+Blue) = 94+96+9=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6009 is #A19FF6. Grayscale: #555555. Windows color (decimal): -10592247 or 614494. OLE color: 614494.
HSL color Cylindrical-coordinate representation of color #5E6009: hue angle of 61.38º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E6009 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 96 | 9 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.62 |
| HSL | 61.38º | 0.83% | 0.21% | - |
| HSV(B) | 61.38º | 0.91% | 0.38% | - |
| XYZ | 8.85 | 10.77 | 1.87 | - |
| YUV | 85.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 9 | 0.02 | 0 | 0.91 | 0.62 | 61.38 | 0.83 | 0.21 |
| Hex | 5E | 60 | 9 | 2 | 0 | 5B | 3E | 3D | 53 | 15 |
| Octal | 136 | 140 | 11 | 2 | 0 | 133 | 76 | 75 | 123 | 25 |
| Binary | 1011110 | 1100000 | 1001 | 10 | 0 | 1011011 | 111110 | 111101 | 1010011 | 10101 |
Color Harmonies of #5E6009
Complementary color
Monochromatic Colors of #5E6009
Black with #5E6009
Text Example
Text Example
White with #5E6009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6009; }
p { color: rgb(94,96,9); }
H1.HeaderClassName
{
color: #5E6009;
}
.AnyTagClassName
{
color: #5E6009;
}
</style>
background-color css
<style>
a { background-color: #5E6009; }
a { background-color: rgb(94,96,9); }
div.DivClassName
{
background-color: #5E6009;
}
.BgClassName
{
background-color: #5E6009;
}
</style>
border-color css
<style>
span { border-color: #5E6009; }
span { border-color: rgb(94,96,9); }
td.TdClassName
{
border-color: #5E6009;
}
.TagClassName
{
border-color: #5E6009;
}
</style>