Shades of Fiji Green #5B681D
Tints of Fiji Green #5B681D
RGB
CMYK
RGB Variations
Color information
#5B681D (or 0x5B681D) is known color: Fiji Green. HEX triplet: 5B, 68 and 1D. RGB value is (91,104,29). Sum of RGB (Red+Green+Blue) = 91+104+29=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #5B681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B681D is #A497E2. Grayscale: #5B5B5B. Windows color (decimal): -10786787 or 1927259. OLE color: 1927259.
HSL color Cylindrical-coordinate representation of color #5B681D: hue angle of 70.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B681D is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 104 | 29 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.59 |
| HSL | 70.4º | 0.56% | 0.26% | - |
| HSV(B) | 70.4º | 0.72% | 0.41% | - |
| XYZ | 9.49 | 12.21 | 3.02 | - |
| YUV | 91.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 104 | 29 | 0.12 | 0 | 0.72 | 0.59 | 70.4 | 0.56 | 0.26 |
| Hex | 5B | 68 | 1D | C | 0 | 48 | 3B | 46 | 38 | 1A |
| Octal | 133 | 150 | 35 | 14 | 0 | 110 | 73 | 106 | 70 | 32 |
| Binary | 1011011 | 1101000 | 11101 | 1100 | 0 | 1001000 | 111011 | 1000110 | 111000 | 11010 |
Color Harmonies of #5B681D
Complementary color
Monochromatic Colors of #5B681D
Black with #5B681D
Text Example
Text Example
White with #5B681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B681D; }
p { color: rgb(91,104,29); }
H1.HeaderClassName
{
color: #5B681D;
}
.AnyTagClassName
{
color: #5B681D;
}
</style>
background-color css
<style>
a { background-color: #5B681D; }
a { background-color: rgb(91,104,29); }
div.DivClassName
{
background-color: #5B681D;
}
.BgClassName
{
background-color: #5B681D;
}
</style>
border-color css
<style>
span { border-color: #5B681D; }
span { border-color: rgb(91,104,29); }
td.TdClassName
{
border-color: #5B681D;
}
.TagClassName
{
border-color: #5B681D;
}
</style>