Shades of Fiji Green #5B671B
Tints of Fiji Green #5B671B
RGB
CMYK
RGB Variations
Color information
#5B671B (or 0x5B671B) is known color: Fiji Green. HEX triplet: 5B, 67 and 1B. RGB value is (91,103,27). Sum of RGB (Red+Green+Blue) = 91+103+27=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 103 - color contains mainly: green. Hex color #5B671B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B671B is #A498E4. Grayscale: #5B5B5B. Windows color (decimal): -10787045 or 1795931. OLE color: 1795931.
HSL color Cylindrical-coordinate representation of color #5B671B: hue angle of 69.47º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B671B is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 103 | 27 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.60 |
| HSL | 69.47º | 0.58% | 0.25% | - |
| HSV(B) | 69.47º | 0.74% | 0.4% | - |
| XYZ | 9.36 | 12 | 2.86 | - |
| YUV | 90.75 | 92.02 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 27 | 0.12 | 0 | 0.74 | 0.60 | 69.47 | 0.58 | 0.25 |
| Hex | 5B | 67 | 1B | C | 0 | 4A | 3C | 45 | 3A | 19 |
| Octal | 133 | 147 | 33 | 14 | 0 | 112 | 74 | 105 | 72 | 31 |
| Binary | 1011011 | 1100111 | 11011 | 1100 | 0 | 1001010 | 111100 | 1000101 | 111010 | 11001 |
Color Harmonies of #5B671B
Complementary color
Monochromatic Colors of #5B671B
Black with #5B671B
Text Example
Text Example
White with #5B671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B671B; }
p { color: rgb(91,103,27); }
H1.HeaderClassName
{
color: #5B671B;
}
.AnyTagClassName
{
color: #5B671B;
}
</style>
background-color css
<style>
a { background-color: #5B671B; }
a { background-color: rgb(91,103,27); }
div.DivClassName
{
background-color: #5B671B;
}
.BgClassName
{
background-color: #5B671B;
}
</style>
border-color css
<style>
span { border-color: #5B671B; }
span { border-color: rgb(91,103,27); }
td.TdClassName
{
border-color: #5B671B;
}
.TagClassName
{
border-color: #5B671B;
}
</style>