Shades of Fiji Green #5B691C
Tints of Fiji Green #5B691C
RGB
CMYK
RGB Variations
Color information
#5B691C (or 0x5B691C) is known color: Fiji Green. HEX triplet: 5B, 69 and 1C. RGB value is (91,105,28). Sum of RGB (Red+Green+Blue) = 91+105+28=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #5B691C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B691C is #A496E3. Grayscale: #5C5C5C. Windows color (decimal): -10786532 or 1861979. OLE color: 1861979.
HSL color Cylindrical-coordinate representation of color #5B691C: hue angle of 70.91º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B691C is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 105 | 28 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.59 |
| HSL | 70.91º | 0.58% | 0.26% | - |
| HSV(B) | 70.91º | 0.73% | 0.41% | - |
| XYZ | 9.58 | 12.41 | 2.99 | - |
| YUV | 92.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 28 | 0.13 | 0 | 0.73 | 0.59 | 70.91 | 0.58 | 0.26 |
| Hex | 5B | 69 | 1C | D | 0 | 49 | 3B | 47 | 3A | 1A |
| Octal | 133 | 151 | 34 | 15 | 0 | 111 | 73 | 107 | 72 | 32 |
| Binary | 1011011 | 1101001 | 11100 | 1101 | 0 | 1001001 | 111011 | 1000111 | 111010 | 11010 |
Color Harmonies of #5B691C
Complementary color
Monochromatic Colors of #5B691C
Black with #5B691C
Text Example
Text Example
White with #5B691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B691C; }
p { color: rgb(91,105,28); }
H1.HeaderClassName
{
color: #5B691C;
}
.AnyTagClassName
{
color: #5B691C;
}
</style>
background-color css
<style>
a { background-color: #5B691C; }
a { background-color: rgb(91,105,28); }
div.DivClassName
{
background-color: #5B691C;
}
.BgClassName
{
background-color: #5B691C;
}
</style>
border-color css
<style>
span { border-color: #5B691C; }
span { border-color: rgb(91,105,28); }
td.TdClassName
{
border-color: #5B691C;
}
.TagClassName
{
border-color: #5B691C;
}
</style>