Shades of Fiji Green #5E6B1C
Tints of Fiji Green #5E6B1C
RGB
CMYK
RGB Variations
Color information
#5E6B1C (or 0x5E6B1C) is known color: Fiji Green. HEX triplet: 5E, 6B and 1C. RGB value is (94,107,28). Sum of RGB (Red+Green+Blue) = 94+107+28=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6B1C is #A194E3. Grayscale: #5E5E5E. Windows color (decimal): -10589412 or 1862494. OLE color: 1862494.
HSL color Cylindrical-coordinate representation of color #5E6B1C: hue angle of 69.87º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E6B1C is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 107 | 28 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.58 |
| HSL | 69.87º | 0.59% | 0.26% | - |
| HSV(B) | 69.87º | 0.74% | 0.42% | - |
| XYZ | 10.08 | 12.98 | 3.07 | - |
| YUV | 94.11 | 90.69 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 28 | 0.12 | 0 | 0.74 | 0.58 | 69.87 | 0.59 | 0.26 |
| Hex | 5E | 6B | 1C | C | 0 | 4A | 3A | 46 | 3B | 1A |
| Octal | 136 | 153 | 34 | 14 | 0 | 112 | 72 | 106 | 73 | 32 |
| Binary | 1011110 | 1101011 | 11100 | 1100 | 0 | 1001010 | 111010 | 1000110 | 111011 | 11010 |
Color Harmonies of #5E6B1C
Complementary color
Monochromatic Colors of #5E6B1C
Black with #5E6B1C
Text Example
Text Example
White with #5E6B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B1C; }
p { color: rgb(94,107,28); }
H1.HeaderClassName
{
color: #5E6B1C;
}
.AnyTagClassName
{
color: #5E6B1C;
}
</style>
background-color css
<style>
a { background-color: #5E6B1C; }
a { background-color: rgb(94,107,28); }
div.DivClassName
{
background-color: #5E6B1C;
}
.BgClassName
{
background-color: #5E6B1C;
}
</style>
border-color css
<style>
span { border-color: #5E6B1C; }
span { border-color: rgb(94,107,28); }
td.TdClassName
{
border-color: #5E6B1C;
}
.TagClassName
{
border-color: #5E6B1C;
}
</style>