Shades of Fiji Green #5E630A
Tints of Fiji Green #5E630A
RGB
CMYK
RGB Variations
Color information
#5E630A (or 0x5E630A) is known color: Fiji Green. HEX triplet: 5E, 63 and 0A. RGB value is (94,99,10). Sum of RGB (Red+Green+Blue) = 94+99+10=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #5E630A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E630A is #A19CF5. Grayscale: #575757. Windows color (decimal): -10591478 or 680798. OLE color: 680798.
HSL color Cylindrical-coordinate representation of color #5E630A: hue angle of 63.37º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E630A is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 10 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.61 |
| HSL | 63.37º | 0.82% | 0.21% | - |
| HSV(B) | 63.37º | 0.9% | 0.39% | - |
| XYZ | 9.13 | 11.33 | 1.99 | - |
| YUV | 87.36 | 84.34 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 10 | 0.05 | 0 | 0.90 | 0.61 | 63.37 | 0.82 | 0.21 |
| Hex | 5E | 63 | A | 5 | 0 | 5A | 3D | 3F | 52 | 15 |
| Octal | 136 | 143 | 12 | 5 | 0 | 132 | 75 | 77 | 122 | 25 |
| Binary | 1011110 | 1100011 | 1010 | 101 | 0 | 1011010 | 111101 | 111111 | 1010010 | 10101 |
Color Harmonies of #5E630A
Complementary color
Monochromatic Colors of #5E630A
Black with #5E630A
Text Example
Text Example
White with #5E630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E630A; }
p { color: rgb(94,99,10); }
H1.HeaderClassName
{
color: #5E630A;
}
.AnyTagClassName
{
color: #5E630A;
}
</style>
background-color css
<style>
a { background-color: #5E630A; }
a { background-color: rgb(94,99,10); }
div.DivClassName
{
background-color: #5E630A;
}
.BgClassName
{
background-color: #5E630A;
}
</style>
border-color css
<style>
span { border-color: #5E630A; }
span { border-color: rgb(94,99,10); }
td.TdClassName
{
border-color: #5E630A;
}
.TagClassName
{
border-color: #5E630A;
}
</style>