Shades of Fiji Green #5B610A
Tints of Fiji Green #5B610A
RGB
CMYK
RGB Variations
Color information
#5B610A (or 0x5B610A) is known color: Fiji Green. HEX triplet: 5B, 61 and 0A. RGB value is (91,97,10). Sum of RGB (Red+Green+Blue) = 91+97+10=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #5B610A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B610A is #A49EF5. Grayscale: #555555. Windows color (decimal): -10788598 or 680283. OLE color: 680283.
HSL color Cylindrical-coordinate representation of color #5B610A: hue angle of 64.14º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B610A is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 10 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.62 |
| HSL | 64.14º | 0.81% | 0.21% | - |
| HSV(B) | 64.14º | 0.9% | 0.38% | - |
| XYZ | 8.64 | 10.8 | 1.92 | - |
| YUV | 85.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 10 | 0.06 | 0 | 0.90 | 0.62 | 64.14 | 0.81 | 0.21 |
| Hex | 5B | 61 | A | 6 | 0 | 5A | 3E | 40 | 51 | 15 |
| Octal | 133 | 141 | 12 | 6 | 0 | 132 | 76 | 100 | 121 | 25 |
| Binary | 1011011 | 1100001 | 1010 | 110 | 0 | 1011010 | 111110 | 1000000 | 1010001 | 10101 |
Color Harmonies of #5B610A
Complementary color
Monochromatic Colors of #5B610A
Black with #5B610A
Text Example
Text Example
White with #5B610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B610A; }
p { color: rgb(91,97,10); }
H1.HeaderClassName
{
color: #5B610A;
}
.AnyTagClassName
{
color: #5B610A;
}
</style>
background-color css
<style>
a { background-color: #5B610A; }
a { background-color: rgb(91,97,10); }
div.DivClassName
{
background-color: #5B610A;
}
.BgClassName
{
background-color: #5B610A;
}
</style>
border-color css
<style>
span { border-color: #5B610A; }
span { border-color: rgb(91,97,10); }
td.TdClassName
{
border-color: #5B610A;
}
.TagClassName
{
border-color: #5B610A;
}
</style>