Shades of Fiji Green #5B610F
Tints of Fiji Green #5B610F
RGB
CMYK
RGB Variations
Color information
#5B610F (or 0x5B610F) is known color: Fiji Green. HEX triplet: 5B, 61 and 0F. RGB value is (91,97,15). Sum of RGB (Red+Green+Blue) = 91+97+15=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #5B610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B610F is #A49EF0. Grayscale: #565656. Windows color (decimal): -10788593 or 1007963. OLE color: 1007963.
HSL color Cylindrical-coordinate representation of color #5B610F: hue angle of 64.39º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B610F is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 15 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.62 |
| HSL | 64.39º | 0.73% | 0.22% | - |
| HSV(B) | 64.39º | 0.85% | 0.38% | - |
| XYZ | 8.68 | 10.81 | 2.08 | - |
| YUV | 85.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 15 | 0.06 | 0 | 0.85 | 0.62 | 64.39 | 0.73 | 0.22 |
| Hex | 5B | 61 | F | 6 | 0 | 55 | 3E | 40 | 49 | 16 |
| Octal | 133 | 141 | 17 | 6 | 0 | 125 | 76 | 100 | 111 | 26 |
| Binary | 1011011 | 1100001 | 1111 | 110 | 0 | 1010101 | 111110 | 1000000 | 1001001 | 10110 |
Color Harmonies of #5B610F
Complementary color
Monochromatic Colors of #5B610F
Black with #5B610F
Text Example
Text Example
White with #5B610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B610F; }
p { color: rgb(91,97,15); }
H1.HeaderClassName
{
color: #5B610F;
}
.AnyTagClassName
{
color: #5B610F;
}
</style>
background-color css
<style>
a { background-color: #5B610F; }
a { background-color: rgb(91,97,15); }
div.DivClassName
{
background-color: #5B610F;
}
.BgClassName
{
background-color: #5B610F;
}
</style>
border-color css
<style>
span { border-color: #5B610F; }
span { border-color: rgb(91,97,15); }
td.TdClassName
{
border-color: #5B610F;
}
.TagClassName
{
border-color: #5B610F;
}
</style>