Shades of Fiji Green #5B610D
Tints of Fiji Green #5B610D
RGB
CMYK
RGB Variations
Color information
#5B610D (or 0x5B610D) is known color: Fiji Green. HEX triplet: 5B, 61 and 0D. RGB value is (91,97,13). Sum of RGB (Red+Green+Blue) = 91+97+13=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #5B610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B610D is #A49EF2. Grayscale: #555555. Windows color (decimal): -10788595 or 876891. OLE color: 876891.
HSL color Cylindrical-coordinate representation of color #5B610D: hue angle of 64.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B610D is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 13 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.62 |
| HSL | 64.29º | 0.76% | 0.22% | - |
| HSV(B) | 64.29º | 0.87% | 0.38% | - |
| XYZ | 8.66 | 10.8 | 2.01 | - |
| YUV | 85.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 13 | 0.06 | 0 | 0.87 | 0.62 | 64.29 | 0.76 | 0.22 |
| Hex | 5B | 61 | D | 6 | 0 | 57 | 3E | 40 | 4C | 16 |
| Octal | 133 | 141 | 15 | 6 | 0 | 127 | 76 | 100 | 114 | 26 |
| Binary | 1011011 | 1100001 | 1101 | 110 | 0 | 1010111 | 111110 | 1000000 | 1001100 | 10110 |
Color Harmonies of #5B610D
Complementary color
Monochromatic Colors of #5B610D
Black with #5B610D
Text Example
Text Example
White with #5B610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B610D; }
p { color: rgb(91,97,13); }
H1.HeaderClassName
{
color: #5B610D;
}
.AnyTagClassName
{
color: #5B610D;
}
</style>
background-color css
<style>
a { background-color: #5B610D; }
a { background-color: rgb(91,97,13); }
div.DivClassName
{
background-color: #5B610D;
}
.BgClassName
{
background-color: #5B610D;
}
</style>
border-color css
<style>
span { border-color: #5B610D; }
span { border-color: rgb(91,97,13); }
td.TdClassName
{
border-color: #5B610D;
}
.TagClassName
{
border-color: #5B610D;
}
</style>