Shades of Fiji Green #5B630A
Tints of Fiji Green #5B630A
RGB
CMYK
RGB Variations
Color information
#5B630A (or 0x5B630A) is known color: Fiji Green. HEX triplet: 5B, 63 and 0A. RGB value is (91,99,10). Sum of RGB (Red+Green+Blue) = 91+99+10=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #5B630A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B630A is #A49CF5. Grayscale: #565656. Windows color (decimal): -10788086 or 680795. OLE color: 680795.
HSL color Cylindrical-coordinate representation of color #5B630A: hue angle of 65.39º 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 #5B630A is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 99 | 10 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.61 |
| HSL | 65.39º | 0.82% | 0.21% | - |
| HSV(B) | 65.39º | 0.9% | 0.39% | - |
| XYZ | 8.83 | 11.17 | 1.98 | - |
| YUV | 86.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 99 | 10 | 0.08 | 0 | 0.90 | 0.61 | 65.39 | 0.82 | 0.21 |
| Hex | 5B | 63 | A | 8 | 0 | 5A | 3D | 41 | 52 | 15 |
| Octal | 133 | 143 | 12 | 10 | 0 | 132 | 75 | 101 | 122 | 25 |
| Binary | 1011011 | 1100011 | 1010 | 1000 | 0 | 1011010 | 111101 | 1000001 | 1010010 | 10101 |
Color Harmonies of #5B630A
Complementary color
Monochromatic Colors of #5B630A
Black with #5B630A
Text Example
Text Example
White with #5B630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B630A; }
p { color: rgb(91,99,10); }
H1.HeaderClassName
{
color: #5B630A;
}
.AnyTagClassName
{
color: #5B630A;
}
</style>
background-color css
<style>
a { background-color: #5B630A; }
a { background-color: rgb(91,99,10); }
div.DivClassName
{
background-color: #5B630A;
}
.BgClassName
{
background-color: #5B630A;
}
</style>
border-color css
<style>
span { border-color: #5B630A; }
span { border-color: rgb(91,99,10); }
td.TdClassName
{
border-color: #5B630A;
}
.TagClassName
{
border-color: #5B630A;
}
</style>