Shades of Fiji Green #5E6F1D
Tints of Fiji Green #5E6F1D
RGB
CMYK
RGB Variations
Color information
#5E6F1D (or 0x5E6F1D) is known color: Fiji Green. HEX triplet: 5E, 6F and 1D. RGB value is (94,111,29). Sum of RGB (Red+Green+Blue) = 94+111+29=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6F1D is #A190E2. Grayscale: #606060. Windows color (decimal): -10588387 or 1929054. OLE color: 1929054.
HSL color Cylindrical-coordinate representation of color #5E6F1D: hue angle of 72.44º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E6F1D is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 111 | 29 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.56 |
| HSL | 72.44º | 0.59% | 0.27% | - |
| HSV(B) | 72.44º | 0.74% | 0.44% | - |
| XYZ | 10.52 | 13.84 | 3.28 | - |
| YUV | 96.57 | 89.87 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 29 | 0.15 | 0 | 0.74 | 0.56 | 72.44 | 0.59 | 0.27 |
| Hex | 5E | 6F | 1D | F | 0 | 4A | 38 | 48 | 3B | 1B |
| Octal | 136 | 157 | 35 | 17 | 0 | 112 | 70 | 110 | 73 | 33 |
| Binary | 1011110 | 1101111 | 11101 | 1111 | 0 | 1001010 | 111000 | 1001000 | 111011 | 11011 |
Color Harmonies of #5E6F1D
Complementary color
Monochromatic Colors of #5E6F1D
Black with #5E6F1D
Text Example
Text Example
White with #5E6F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F1D; }
p { color: rgb(94,111,29); }
H1.HeaderClassName
{
color: #5E6F1D;
}
.AnyTagClassName
{
color: #5E6F1D;
}
</style>
background-color css
<style>
a { background-color: #5E6F1D; }
a { background-color: rgb(94,111,29); }
div.DivClassName
{
background-color: #5E6F1D;
}
.BgClassName
{
background-color: #5E6F1D;
}
</style>
border-color css
<style>
span { border-color: #5E6F1D; }
span { border-color: rgb(94,111,29); }
td.TdClassName
{
border-color: #5E6F1D;
}
.TagClassName
{
border-color: #5E6F1D;
}
</style>