Shades of Fiji Green #5E6F1C
Tints of Fiji Green #5E6F1C
RGB
CMYK
RGB Variations
Color information
#5E6F1C (or 0x5E6F1C) is known color: Fiji Green. HEX triplet: 5E, 6F and 1C. RGB value is (94,111,28). Sum of RGB (Red+Green+Blue) = 94+111+28=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6F1C is #A190E3. Grayscale: #606060. Windows color (decimal): -10588388 or 1863518. OLE color: 1863518.
HSL color Cylindrical-coordinate representation of color #5E6F1C: hue angle of 72.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E6F1C is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 111 | 28 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.56 |
| HSL | 72.29º | 0.6% | 0.27% | - |
| HSV(B) | 72.29º | 0.75% | 0.44% | - |
| XYZ | 10.51 | 13.83 | 3.21 | - |
| YUV | 96.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 28 | 0.15 | 0 | 0.75 | 0.56 | 72.29 | 0.6 | 0.27 |
| Hex | 5E | 6F | 1C | F | 0 | 4B | 38 | 48 | 3C | 1B |
| Octal | 136 | 157 | 34 | 17 | 0 | 113 | 70 | 110 | 74 | 33 |
| Binary | 1011110 | 1101111 | 11100 | 1111 | 0 | 1001011 | 111000 | 1001000 | 111100 | 11011 |
Color Harmonies of #5E6F1C
Complementary color
Monochromatic Colors of #5E6F1C
Black with #5E6F1C
Text Example
Text Example
White with #5E6F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F1C; }
p { color: rgb(94,111,28); }
H1.HeaderClassName
{
color: #5E6F1C;
}
.AnyTagClassName
{
color: #5E6F1C;
}
</style>
background-color css
<style>
a { background-color: #5E6F1C; }
a { background-color: rgb(94,111,28); }
div.DivClassName
{
background-color: #5E6F1C;
}
.BgClassName
{
background-color: #5E6F1C;
}
</style>
border-color css
<style>
span { border-color: #5E6F1C; }
span { border-color: rgb(94,111,28); }
td.TdClassName
{
border-color: #5E6F1C;
}
.TagClassName
{
border-color: #5E6F1C;
}
</style>