Shades of Fiji Green #5E630C
Tints of Fiji Green #5E630C
RGB
CMYK
RGB Variations
Color information
#5E630C (or 0x5E630C) is known color: Fiji Green. HEX triplet: 5E, 63 and 0C. RGB value is (94,99,12). Sum of RGB (Red+Green+Blue) = 94+99+12=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #5E630C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E630C is #A19CF3. Grayscale: #575757. Windows color (decimal): -10591476 or 811870. OLE color: 811870.
HSL color Cylindrical-coordinate representation of color #5E630C: hue angle of 63.45º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E630C is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 12 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.61 |
| HSL | 63.45º | 0.78% | 0.22% | - |
| HSV(B) | 63.45º | 0.88% | 0.39% | - |
| XYZ | 9.14 | 11.33 | 2.05 | - |
| YUV | 87.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 12 | 0.05 | 0 | 0.88 | 0.61 | 63.45 | 0.78 | 0.22 |
| Hex | 5E | 63 | C | 5 | 0 | 58 | 3D | 3F | 4E | 16 |
| Octal | 136 | 143 | 14 | 5 | 0 | 130 | 75 | 77 | 116 | 26 |
| Binary | 1011110 | 1100011 | 1100 | 101 | 0 | 1011000 | 111101 | 111111 | 1001110 | 10110 |
Color Harmonies of #5E630C
Complementary color
Monochromatic Colors of #5E630C
Black with #5E630C
Text Example
Text Example
White with #5E630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E630C; }
p { color: rgb(94,99,12); }
H1.HeaderClassName
{
color: #5E630C;
}
.AnyTagClassName
{
color: #5E630C;
}
</style>
background-color css
<style>
a { background-color: #5E630C; }
a { background-color: rgb(94,99,12); }
div.DivClassName
{
background-color: #5E630C;
}
.BgClassName
{
background-color: #5E630C;
}
</style>
border-color css
<style>
span { border-color: #5E630C; }
span { border-color: rgb(94,99,12); }
td.TdClassName
{
border-color: #5E630C;
}
.TagClassName
{
border-color: #5E630C;
}
</style>