Shades of Fiji Green #5E630D
Tints of Fiji Green #5E630D
RGB
CMYK
RGB Variations
Color information
#5E630D (or 0x5E630D) is known color: Fiji Green. HEX triplet: 5E, 63 and 0D. RGB value is (94,99,13). Sum of RGB (Red+Green+Blue) = 94+99+13=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #5E630D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E630D is #A19CF2. Grayscale: #585858. Windows color (decimal): -10591475 or 877406. OLE color: 877406.
HSL color Cylindrical-coordinate representation of color #5E630D: hue angle of 63.49º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E630D is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 13 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.61 |
| HSL | 63.49º | 0.77% | 0.22% | - |
| HSV(B) | 63.49º | 0.87% | 0.39% | - |
| XYZ | 9.15 | 11.33 | 2.09 | - |
| YUV | 87.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 13 | 0.05 | 0 | 0.87 | 0.61 | 63.49 | 0.77 | 0.22 |
| Hex | 5E | 63 | D | 5 | 0 | 57 | 3D | 3F | 4D | 16 |
| Octal | 136 | 143 | 15 | 5 | 0 | 127 | 75 | 77 | 115 | 26 |
| Binary | 1011110 | 1100011 | 1101 | 101 | 0 | 1010111 | 111101 | 111111 | 1001101 | 10110 |
Color Harmonies of #5E630D
Complementary color
Monochromatic Colors of #5E630D
Black with #5E630D
Text Example
Text Example
White with #5E630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E630D; }
p { color: rgb(94,99,13); }
H1.HeaderClassName
{
color: #5E630D;
}
.AnyTagClassName
{
color: #5E630D;
}
</style>
background-color css
<style>
a { background-color: #5E630D; }
a { background-color: rgb(94,99,13); }
div.DivClassName
{
background-color: #5E630D;
}
.BgClassName
{
background-color: #5E630D;
}
</style>
border-color css
<style>
span { border-color: #5E630D; }
span { border-color: rgb(94,99,13); }
td.TdClassName
{
border-color: #5E630D;
}
.TagClassName
{
border-color: #5E630D;
}
</style>