Shades of Fiji Green #5E640A
Tints of Fiji Green #5E640A
RGB
CMYK
RGB Variations
Color information
#5E640A (or 0x5E640A) is known color: Fiji Green. HEX triplet: 5E, 64 and 0A. RGB value is (94,100,10). Sum of RGB (Red+Green+Blue) = 94+100+10=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #5E640A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E640A is #A19BF5. Grayscale: #585858. Windows color (decimal): -10591222 or 681054. OLE color: 681054.
HSL color Cylindrical-coordinate representation of color #5E640A: hue angle of 64º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E640A is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 100 | 10 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.61 |
| HSL | 64º | 0.82% | 0.22% | - |
| HSV(B) | 64º | 0.9% | 0.39% | - |
| XYZ | 9.23 | 11.52 | 2.02 | - |
| YUV | 87.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 100 | 10 | 0.06 | 0 | 0.90 | 0.61 | 64 | 0.82 | 0.22 |
| Hex | 5E | 64 | A | 6 | 0 | 5A | 3D | 40 | 52 | 16 |
| Octal | 136 | 144 | 12 | 6 | 0 | 132 | 75 | 100 | 122 | 26 |
| Binary | 1011110 | 1100100 | 1010 | 110 | 0 | 1011010 | 111101 | 1000000 | 1010010 | 10110 |
Color Harmonies of #5E640A
Complementary color
Monochromatic Colors of #5E640A
Black with #5E640A
Text Example
Text Example
White with #5E640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E640A; }
p { color: rgb(94,100,10); }
H1.HeaderClassName
{
color: #5E640A;
}
.AnyTagClassName
{
color: #5E640A;
}
</style>
background-color css
<style>
a { background-color: #5E640A; }
a { background-color: rgb(94,100,10); }
div.DivClassName
{
background-color: #5E640A;
}
.BgClassName
{
background-color: #5E640A;
}
</style>
border-color css
<style>
span { border-color: #5E640A; }
span { border-color: rgb(94,100,10); }
td.TdClassName
{
border-color: #5E640A;
}
.TagClassName
{
border-color: #5E640A;
}
</style>