Shades of Fiji Green #5B620B
Tints of Fiji Green #5B620B
RGB
CMYK
RGB Variations
Color information
#5B620B (or 0x5B620B) is known color: Fiji Green. HEX triplet: 5B, 62 and 0B. RGB value is (91,98,11). Sum of RGB (Red+Green+Blue) = 91+98+11=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #5B620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B620B is #A49DF4. Grayscale: #565656. Windows color (decimal): -10788341 or 746075. OLE color: 746075.
HSL color Cylindrical-coordinate representation of color #5B620B: hue angle of 64.83º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B620B is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 11 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.62 |
| HSL | 64.83º | 0.8% | 0.21% | - |
| HSV(B) | 64.83º | 0.89% | 0.38% | - |
| XYZ | 8.74 | 10.98 | 1.98 | - |
| YUV | 85.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 11 | 0.07 | 0 | 0.89 | 0.62 | 64.83 | 0.8 | 0.21 |
| Hex | 5B | 62 | B | 7 | 0 | 59 | 3E | 41 | 50 | 15 |
| Octal | 133 | 142 | 13 | 7 | 0 | 131 | 76 | 101 | 120 | 25 |
| Binary | 1011011 | 1100010 | 1011 | 111 | 0 | 1011001 | 111110 | 1000001 | 1010000 | 10101 |
Color Harmonies of #5B620B
Complementary color
Monochromatic Colors of #5B620B
Black with #5B620B
Text Example
Text Example
White with #5B620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B620B; }
p { color: rgb(91,98,11); }
H1.HeaderClassName
{
color: #5B620B;
}
.AnyTagClassName
{
color: #5B620B;
}
</style>
background-color css
<style>
a { background-color: #5B620B; }
a { background-color: rgb(91,98,11); }
div.DivClassName
{
background-color: #5B620B;
}
.BgClassName
{
background-color: #5B620B;
}
</style>
border-color css
<style>
span { border-color: #5B620B; }
span { border-color: rgb(91,98,11); }
td.TdClassName
{
border-color: #5B620B;
}
.TagClassName
{
border-color: #5B620B;
}
</style>