Shades of Fiji Green #5E6B21
Tints of Fiji Green #5E6B21
RGB
CMYK
RGB Variations
Color information
#5E6B21 (or 0x5E6B21) is known color: Fiji Green. HEX triplet: 5E, 6B and 21. RGB value is (94,107,33). Sum of RGB (Red+Green+Blue) = 94+107+33=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6B21 is #A194DE. Grayscale: #5E5E5E. Windows color (decimal): -10589407 or 2190174. OLE color: 2190174.
HSL color Cylindrical-coordinate representation of color #5E6B21: hue angle of 70.54º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E6B21 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 107 | 33 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.58 |
| HSL | 70.54º | 0.53% | 0.27% | - |
| HSV(B) | 70.54º | 0.69% | 0.42% | - |
| XYZ | 10.15 | 13 | 3.41 | - |
| YUV | 94.68 | 93.19 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 33 | 0.12 | 0 | 0.69 | 0.58 | 70.54 | 0.53 | 0.27 |
| Hex | 5E | 6B | 21 | C | 0 | 45 | 3A | 47 | 35 | 1B |
| Octal | 136 | 153 | 41 | 14 | 0 | 105 | 72 | 107 | 65 | 33 |
| Binary | 1011110 | 1101011 | 100001 | 1100 | 0 | 1000101 | 111010 | 1000111 | 110101 | 11011 |
Color Harmonies of #5E6B21
Complementary color
Monochromatic Colors of #5E6B21
Black with #5E6B21
Text Example
Text Example
White with #5E6B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B21; }
p { color: rgb(94,107,33); }
H1.HeaderClassName
{
color: #5E6B21;
}
.AnyTagClassName
{
color: #5E6B21;
}
</style>
background-color css
<style>
a { background-color: #5E6B21; }
a { background-color: rgb(94,107,33); }
div.DivClassName
{
background-color: #5E6B21;
}
.BgClassName
{
background-color: #5E6B21;
}
</style>
border-color css
<style>
span { border-color: #5E6B21; }
span { border-color: rgb(94,107,33); }
td.TdClassName
{
border-color: #5E6B21;
}
.TagClassName
{
border-color: #5E6B21;
}
</style>