Shades of Fiji Green #5E630B
Tints of Fiji Green #5E630B
RGB
CMYK
RGB Variations
Color information
#5E630B (or 0x5E630B) is known color: Fiji Green. HEX triplet: 5E, 63 and 0B. RGB value is (94,99,11). Sum of RGB (Red+Green+Blue) = 94+99+11=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #5E630B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E630B is #A19CF4. Grayscale: #575757. Windows color (decimal): -10591477 or 746334. OLE color: 746334.
HSL color Cylindrical-coordinate representation of color #5E630B: hue angle of 63.41º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E630B is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 11 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.61 |
| HSL | 63.41º | 0.8% | 0.22% | - |
| HSV(B) | 63.41º | 0.89% | 0.39% | - |
| XYZ | 9.14 | 11.33 | 2.02 | - |
| YUV | 87.47 | 84.84 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 11 | 0.05 | 0 | 0.89 | 0.61 | 63.41 | 0.8 | 0.22 |
| Hex | 5E | 63 | B | 5 | 0 | 59 | 3D | 3F | 50 | 16 |
| Octal | 136 | 143 | 13 | 5 | 0 | 131 | 75 | 77 | 120 | 26 |
| Binary | 1011110 | 1100011 | 1011 | 101 | 0 | 1011001 | 111101 | 111111 | 1010000 | 10110 |
Color Harmonies of #5E630B
Complementary color
Monochromatic Colors of #5E630B
Black with #5E630B
Text Example
Text Example
White with #5E630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E630B; }
p { color: rgb(94,99,11); }
H1.HeaderClassName
{
color: #5E630B;
}
.AnyTagClassName
{
color: #5E630B;
}
</style>
background-color css
<style>
a { background-color: #5E630B; }
a { background-color: rgb(94,99,11); }
div.DivClassName
{
background-color: #5E630B;
}
.BgClassName
{
background-color: #5E630B;
}
</style>
border-color css
<style>
span { border-color: #5E630B; }
span { border-color: rgb(94,99,11); }
td.TdClassName
{
border-color: #5E630B;
}
.TagClassName
{
border-color: #5E630B;
}
</style>