Shades of Fiji Green #616A1B
Tints of Fiji Green #616A1B
RGB
CMYK
RGB Variations
Color information
#616A1B (or 0x616A1B) is known color: Fiji Green. HEX triplet: 61, 6A and 1B. RGB value is (97,106,27). Sum of RGB (Red+Green+Blue) = 97+106+27=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 106 - color contains mainly: green. Hex color #616A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616A1B is #9E95E4. Grayscale: #5E5E5E. Windows color (decimal): -10393061 or 1796705. OLE color: 1796705.
HSL color Cylindrical-coordinate representation of color #616A1B: hue angle of 66.84º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #616A1B is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 106 | 27 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.58 |
| HSL | 66.84º | 0.59% | 0.26% | - |
| HSV(B) | 66.84º | 0.75% | 0.42% | - |
| XYZ | 10.28 | 12.93 | 2.99 | - |
| YUV | 94.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 27 | 0.08 | 0 | 0.75 | 0.58 | 66.84 | 0.59 | 0.26 |
| Hex | 61 | 6A | 1B | 8 | 0 | 4B | 3A | 43 | 3B | 1A |
| Octal | 141 | 152 | 33 | 10 | 0 | 113 | 72 | 103 | 73 | 32 |
| Binary | 1100001 | 1101010 | 11011 | 1000 | 0 | 1001011 | 111010 | 1000011 | 111011 | 11010 |
Color Harmonies of #616A1B
Complementary color
Monochromatic Colors of #616A1B
Black with #616A1B
Text Example
Text Example
White with #616A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616A1B; }
p { color: rgb(97,106,27); }
H1.HeaderClassName
{
color: #616A1B;
}
.AnyTagClassName
{
color: #616A1B;
}
</style>
background-color css
<style>
a { background-color: #616A1B; }
a { background-color: rgb(97,106,27); }
div.DivClassName
{
background-color: #616A1B;
}
.BgClassName
{
background-color: #616A1B;
}
</style>
border-color css
<style>
span { border-color: #616A1B; }
span { border-color: rgb(97,106,27); }
td.TdClassName
{
border-color: #616A1B;
}
.TagClassName
{
border-color: #616A1B;
}
</style>