Shades of Fiji Green #5B620A
Tints of Fiji Green #5B620A
RGB
CMYK
RGB Variations
Color information
#5B620A (or 0x5B620A) is known color: Fiji Green. HEX triplet: 5B, 62 and 0A. RGB value is (91,98,10). Sum of RGB (Red+Green+Blue) = 91+98+10=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #5B620A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B620A is #A49DF5. Grayscale: #565656. Windows color (decimal): -10788342 or 680539. OLE color: 680539.
HSL color Cylindrical-coordinate representation of color #5B620A: hue angle of 64.77º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B620A is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 10 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.62 |
| HSL | 64.77º | 0.81% | 0.21% | - |
| HSV(B) | 64.77º | 0.9% | 0.38% | - |
| XYZ | 8.74 | 10.98 | 1.95 | - |
| YUV | 85.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 10 | 0.07 | 0 | 0.90 | 0.62 | 64.77 | 0.81 | 0.21 |
| Hex | 5B | 62 | A | 7 | 0 | 5A | 3E | 41 | 51 | 15 |
| Octal | 133 | 142 | 12 | 7 | 0 | 132 | 76 | 101 | 121 | 25 |
| Binary | 1011011 | 1100010 | 1010 | 111 | 0 | 1011010 | 111110 | 1000001 | 1010001 | 10101 |
Color Harmonies of #5B620A
Complementary color
Monochromatic Colors of #5B620A
Black with #5B620A
Text Example
Text Example
White with #5B620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B620A; }
p { color: rgb(91,98,10); }
H1.HeaderClassName
{
color: #5B620A;
}
.AnyTagClassName
{
color: #5B620A;
}
</style>
background-color css
<style>
a { background-color: #5B620A; }
a { background-color: rgb(91,98,10); }
div.DivClassName
{
background-color: #5B620A;
}
.BgClassName
{
background-color: #5B620A;
}
</style>
border-color css
<style>
span { border-color: #5B620A; }
span { border-color: rgb(91,98,10); }
td.TdClassName
{
border-color: #5B620A;
}
.TagClassName
{
border-color: #5B620A;
}
</style>