Shades of Fiji Green #616E1B
Tints of Fiji Green #616E1B
RGB
CMYK
RGB Variations
Color information
#616E1B (or 0x616E1B) is known color: Fiji Green. HEX triplet: 61, 6E and 1B. RGB value is (97,110,27). Sum of RGB (Red+Green+Blue) = 97+110+27=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 110 - color contains mainly: green. Hex color #616E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616E1B is #9E91E4. Grayscale: #606060. Windows color (decimal): -10392037 or 1797729. OLE color: 1797729.
HSL color Cylindrical-coordinate representation of color #616E1B: hue angle of 69.4º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #616E1B is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 110 | 27 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.57 |
| HSL | 69.4º | 0.61% | 0.27% | - |
| HSV(B) | 69.4º | 0.75% | 0.43% | - |
| XYZ | 10.7 | 13.77 | 3.13 | - |
| YUV | 96.65 | 88.69 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 27 | 0.12 | 0 | 0.75 | 0.57 | 69.4 | 0.61 | 0.27 |
| Hex | 61 | 6E | 1B | C | 0 | 4B | 39 | 45 | 3D | 1B |
| Octal | 141 | 156 | 33 | 14 | 0 | 113 | 71 | 105 | 75 | 33 |
| Binary | 1100001 | 1101110 | 11011 | 1100 | 0 | 1001011 | 111001 | 1000101 | 111101 | 11011 |
Color Harmonies of #616E1B
Complementary color
Monochromatic Colors of #616E1B
Black with #616E1B
Text Example
Text Example
White with #616E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E1B; }
p { color: rgb(97,110,27); }
H1.HeaderClassName
{
color: #616E1B;
}
.AnyTagClassName
{
color: #616E1B;
}
</style>
background-color css
<style>
a { background-color: #616E1B; }
a { background-color: rgb(97,110,27); }
div.DivClassName
{
background-color: #616E1B;
}
.BgClassName
{
background-color: #616E1B;
}
</style>
border-color css
<style>
span { border-color: #616E1B; }
span { border-color: rgb(97,110,27); }
td.TdClassName
{
border-color: #616E1B;
}
.TagClassName
{
border-color: #616E1B;
}
</style>