Shades of Fiji Green #5E691A
Tints of Fiji Green #5E691A
RGB
CMYK
RGB Variations
Color information
#5E691A (or 0x5E691A) is known color: Fiji Green. HEX triplet: 5E, 69 and 1A. RGB value is (94,105,26). Sum of RGB (Red+Green+Blue) = 94+105+26=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #5E691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E691A is #A196E5. Grayscale: #5D5D5D. Windows color (decimal): -10589926 or 1730910. OLE color: 1730910.
HSL color Cylindrical-coordinate representation of color #5E691A: hue angle of 68.35º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E691A is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 105 | 26 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.59 |
| HSL | 68.35º | 0.6% | 0.26% | - |
| HSV(B) | 68.35º | 0.75% | 0.41% | - |
| XYZ | 9.85 | 12.56 | 2.88 | - |
| YUV | 92.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 26 | 0.10 | 0 | 0.75 | 0.59 | 68.35 | 0.6 | 0.26 |
| Hex | 5E | 69 | 1A | A | 0 | 4B | 3B | 44 | 3C | 1A |
| Octal | 136 | 151 | 32 | 12 | 0 | 113 | 73 | 104 | 74 | 32 |
| Binary | 1011110 | 1101001 | 11010 | 1010 | 0 | 1001011 | 111011 | 1000100 | 111100 | 11010 |
Color Harmonies of #5E691A
Complementary color
Monochromatic Colors of #5E691A
Black with #5E691A
Text Example
Text Example
White with #5E691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E691A; }
p { color: rgb(94,105,26); }
H1.HeaderClassName
{
color: #5E691A;
}
.AnyTagClassName
{
color: #5E691A;
}
</style>
background-color css
<style>
a { background-color: #5E691A; }
a { background-color: rgb(94,105,26); }
div.DivClassName
{
background-color: #5E691A;
}
.BgClassName
{
background-color: #5E691A;
}
</style>
border-color css
<style>
span { border-color: #5E691A; }
span { border-color: rgb(94,105,26); }
td.TdClassName
{
border-color: #5E691A;
}
.TagClassName
{
border-color: #5E691A;
}
</style>