Shades of Fiji Green #5E6B09
Tints of Fiji Green #5E6B09
RGB
CMYK
RGB Variations
Color information
#5E6B09 (or 0x5E6B09) is known color: Fiji Green. HEX triplet: 5E, 6B and 09. RGB value is (94,107,9). Sum of RGB (Red+Green+Blue) = 94+107+9=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6B09 is #A194F6. Grayscale: #5C5C5C. Windows color (decimal): -10589431 or 617310. OLE color: 617310.
HSL color Cylindrical-coordinate representation of color #5E6B09: hue angle of 67.96º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E6B09 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 107 | 9 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.58 |
| HSL | 67.96º | 0.84% | 0.23% | - |
| HSV(B) | 67.96º | 0.92% | 0.42% | - |
| XYZ | 9.92 | 12.91 | 2.23 | - |
| YUV | 91.94 | 81.19 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 9 | 0.12 | 0 | 0.92 | 0.58 | 67.96 | 0.84 | 0.23 |
| Hex | 5E | 6B | 9 | C | 0 | 5C | 3A | 44 | 54 | 17 |
| Octal | 136 | 153 | 11 | 14 | 0 | 134 | 72 | 104 | 124 | 27 |
| Binary | 1011110 | 1101011 | 1001 | 1100 | 0 | 1011100 | 111010 | 1000100 | 1010100 | 10111 |
Color Harmonies of #5E6B09
Complementary color
Monochromatic Colors of #5E6B09
Black with #5E6B09
Text Example
Text Example
White with #5E6B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B09; }
p { color: rgb(94,107,9); }
H1.HeaderClassName
{
color: #5E6B09;
}
.AnyTagClassName
{
color: #5E6B09;
}
</style>
background-color css
<style>
a { background-color: #5E6B09; }
a { background-color: rgb(94,107,9); }
div.DivClassName
{
background-color: #5E6B09;
}
.BgClassName
{
background-color: #5E6B09;
}
</style>
border-color css
<style>
span { border-color: #5E6B09; }
span { border-color: rgb(94,107,9); }
td.TdClassName
{
border-color: #5E6B09;
}
.TagClassName
{
border-color: #5E6B09;
}
</style>